Fetch 1M records using aggregation in a single call

We have to create some reports based on nearly 100M data and its requires aggregation and the result will be nearly 5M records.

So, Can I use Elasticsearch for this report generation and fetch up to 5M records in a single call?

Anyone, please help me out?

In a single call? No.

You need to use Scroll API | Elasticsearch Guide [7.15] | Elastic or Point in time API | Elasticsearch Guide [7.15] | Elastic

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