Multiple datadir vs RAID0

Hi all,

I'm planning on deploying an ES cluster soon; machines will be equipped
with 4 x 240GB SSD drives, and I wonder what's the pros and cons of having
multiple data dirs vs having a setup with the 4 drives in RAID0 ?

--
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 elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/fd73a72a-5c60-4382-85b2-56824d3a1dd4%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Multiple data dirs seems pointless, what were you hoping to achieve with
that?

I'd go RAID0, let ES handle the redundancy at a higher level (with
replicas).

Regards,
Mark Walkom

Infrastructure Engineer
Campaign Monitor
email: markw@campaignmonitor.com
web: www.campaignmonitor.com

On 21 December 2013 20:20, briche arnaud briche.arnaud@gmail.com wrote:

Hi all,

I'm planning on deploying an ES cluster soon; machines will be equipped
with 4 x 240GB SSD drives, and I wonder what's the pros and cons of having
multiple data dirs vs having a setup with the 4 drives in RAID0 ?

--
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 elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/fd73a72a-5c60-4382-85b2-56824d3a1dd4%40googlegroups.com
.
For more options, visit https://groups.google.com/groups/opt_out.

--
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 elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAEM624aNjnpPcvDoHnGKprXf-X3iOf5ttaH_9C6smYUWT62SXA%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

RAID0: hardware, with sliced drives (all drives are the same) give optimal
speed

multiple data dirs: software, can not be reverted, config overhead if disk
sizes and speeds are unbalanced

Many controllers support JBOD (concatenating different sized drives into
one drive). I'd even prefere JBOD over multiple data dirs.

Jörg

--
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 elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAKdsXoGtiPkJUkgDsrkkRjkeCTWAiundGOsODnVM-E4GLjyb4g%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.