It really depends on your use, what you store and your queries. Reads would be random. Writes will depend on what you're doing, eg if you're doing logging then it will be mostly sequential.
Regards, Mark Walkom Infrastructure Engineer Campaign Monitor email: [email protected] web: www.campaignmonitor.com On 18 July 2014 20:20, horst knete <[email protected]> wrote: > Hey Guys, > > we are going to expand our development ES-System to an productive > environment and we got fresh new storage which waits to be formatted. > > In order to get the best performance for elasticsearch, we´d like to know > what the recommended settings are. > > Does elasticsearch reads/writes in a sequential way or are there much > random access on the indices? > > Which block-size would you recommend? ( i´ve heard elasticsearch > reads/writes in 4k blocks, right? ) > > Thanks for response > > -- > You received this message because you are subscribed to the Google Groups > "elasticsearch" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/elasticsearch/8181f3db-1ac7-4c32-aece-169687eb538c%40googlegroups.com > <https://groups.google.com/d/msgid/elasticsearch/8181f3db-1ac7-4c32-aece-169687eb538c%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAEM624Yjji5zJ1Rhcrbynhd9u8tnYH%2BMTMfUE_5_2EkShCT62A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
