Skip to content

Commit 969c944

Browse files
authored
Add client-side contribution merging ("pre-aggregation") to explainer (#135)
1 parent a321c7c commit 969c944

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,11 @@ We will also need a limit on the number of contributions within a single report.
386386
In the case that too many contributions are specified with a ‘batching scope’,
387387
we should truncate them to the limit.
388388

389+
However, to reduce the impact of this limit, we will pre-aggregate (i.e. merge)
390+
any contributions that have the same bucket and [filtering
391+
ID](https://github.com/patcg-individual-drafts/private-aggregation-api/blob/main/flexible_filtering.md#proposal-filtering-id-in-the-encrypted-payload)
392+
before truncation.
393+
389394
If necessary, we could instead split the contributions back into multiple
390395
reports, each respecting the limit.
391396

0 commit comments

Comments
 (0)