For HDD, There is a huge performance difference between sequential write and random write.
-
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 ?
-
What is the worst case which bring a lot of random access for ES?
Our ES running is on RAID-0
Thanks,