Sequential write and random write for Elasticsearch

For HDD, There is a huge performance difference between sequential write and random write.

  1. I wonder if Elasticsearch also has this issue ? For instance, If I want to write 1M records, 1KB per record, into ES, how can I avoid random access as much as possible ?

  2. What is the worst case which bring a lot of random access for ES?

Our ES running is on RAID-0

Thanks,

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