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.
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
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.