Hi @dadoonet , I will concentrate at making this single operation but even if bulk operation for single element don't you think it is taking too much time ?
For a set of pure indexation operation, I'm indexing around 20 documents per second on my laptop (SSD drives). Needless to say that with bulk, I can process 15000 documents per second on the same hardware.
Here it depends on your hardware. The fact that you are doing updates means as well that:
You send the update query
Elasticsearch does a GET by ID
Elasticsearch merges the result with what you sent
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.