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 <[email protected]> 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 [email protected].
> 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 [email protected].
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.

Reply via email to