How to best use SSD & Spin Disk mixed machines?

Hi,

My machine has both SSD and HHD. SSD is small but HHD is very large. So i'm
wondering if there's anyway to control allocate newer hot indexes to SSD
and move them to HHD when they get older. Any suggestions?

Best Regards

--
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/7a7ac295-5dd1-4110-819b-4e9614fa58eb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

It makes sense but in that case I think it will require to have two nodes on the same machine.
One node using HHD and the other one using SSD.

--
David Pilato | Technical Advocate | Elasticsearch.com
@dadoonet https://twitter.com/dadoonet | @elasticsearchfr https://twitter.com/elasticsearchfr | @scrutmydocs https://twitter.com/scrutmydocs

Le 27 févr. 2015 à 07:59, liu wei liu.liuwei.wei@gmail.com a écrit :

Hi,

My machine has both SSD and HHD. SSD is small but HHD is very large. So i'm wondering if there's anyway to control allocate newer hot indexes to SSD and move them to HHD when they get older. Any suggestions?

Best Regards

--
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 mailto:elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/7a7ac295-5dd1-4110-819b-4e9614fa58eb%40googlegroups.com https://groups.google.com/d/msgid/elasticsearch/7a7ac295-5dd1-4110-819b-4e9614fa58eb%40googlegroups.com?utm_medium=email&utm_source=footer.
For more options, visit https://groups.google.com/d/optout 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 elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/0557236F-DF63-46CD-9C9A-578AF1B94E30%40pilato.fr.
For more options, visit https://groups.google.com/d/optout.

ES uses RAM for search. This is 1000x faster than SSD. There is not much
benefit to combine SSD and HDD within ES from the perspective of frequently
used / rarely used indices. Rarely used indices can be moved to smaller
machines with slower I/O and less RAM.

Optimal use of SSD is heavy bulk indexing. The SSDs should be large enough
to hold all the data files of the indices. Copying indexes to HDD would add
ony more load and costs on such machines.

Jörg

On Fri, Feb 27, 2015 at 7:59 AM, liu wei liu.liuwei.wei@gmail.com wrote:

Hi,

My machine has both SSD and HHD. SSD is small but HHD is very large. So
i'm wondering if there's anyway to control allocate newer hot indexes to
SSD and move them to HHD when they get older. Any suggestions?

Best Regards

--
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/7a7ac295-5dd1-4110-819b-4e9614fa58eb%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/7a7ac295-5dd1-4110-819b-4e9614fa58eb%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 elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAKdsXoHagW%2B32BuZBTjwND2ojYVdo9NwcWUwTM66%3DT%3DfKbs5%3Dg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.