How aggregation work in Java API

Hi

how will work aggregation in java api. i have query which will get the records of 50000 and aggregation result is 15000 records. is it perform the aggregation on 50000 records or 10000 records. why because max output is 10000 only na

Aggregations are computed on the full resultset. Set size: 0 and you will see that it still gives you the same results (even faster).

thank you,

If i get the 15000 output aggregation records how i will get all records.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.