I am testing Elasticsearch performance and need some help on understanding one of stats. The _stats API for an index shows that indexing took 2014943633 in milliseconds. Then, it’s 559 hours (23 days). How can it be? Should I divide that number with the number of shards, cores, or segments?
The index is with 12 shards, 509 segments.
"indexing" : {
"index_total" : 1664997009,
"index_time_in_millis" : 2014943633,
Thanks in advance.