Bulk import

I have 2M recorders that i want to push to elastic enterprise search.
There is an old thread
That suggested to chunk the data to 100 records and index it via API.

I wonder if there is a better solution and more transaction for larger data.

Hey @miki_haiat,

This is the best reference on bulk indexing documents: Documents API | Elastic App Search Documentation [7.15] | Elastic. The per-request limit is still 100 documents. The maximum indexing rate generally scales with cluster volume.

Hope that helps!

Ross

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