We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a321c7c commit 969c944Copy full SHA for 969c944
README.md
@@ -386,6 +386,11 @@ We will also need a limit on the number of contributions within a single report.
386
In the case that too many contributions are specified with a ‘batching scope’,
387
we should truncate them to the limit.
388
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
+
394
If necessary, we could instead split the contributions back into multiple
395
reports, each respecting the limit.
396
0 commit comments