Is there any place, where i can get details of elastic search performance ?
I am looking at
a) I would be indexing around 400K documents (each of size 2K) ?
b) How much time does it take for elastic search to update a single document ?
c) Can i do realtime indexing, when searches are happening ? What is performance impact of the same
No idea. But, download, run and inject. And you're done!
You will have that answer. Don't forget that sometimes it requires more time to read the data from its source than to index it into elasticsearch.
Yes. Realtime indexing. But not realtime searching. By default the index is refreshed every second. So it's a NRT search engine.
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.