You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "C. Scott Andreas (JIRA)" <ji...@apache.org> on 2018/11/19 02:07:01 UTC

[jira] [Updated] (CASSANDRA-12907) Different data directories for SSDs and HDDs at configuration level

     [ https://issues.apache.org/jira/browse/CASSANDRA-12907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

C. Scott Andreas updated CASSANDRA-12907:
-----------------------------------------
    Component/s: Core

> Different data directories for SSDs and HDDs at configuration level
> -------------------------------------------------------------------
>
>                 Key: CASSANDRA-12907
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12907
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Natale Galioto
>            Priority: Major
>              Labels: performance
>
> Currently, users can speed up some CFs by symlinking its data directory to fast media such as SSDs. In my opinion, instead, configuration file should allow two different sets of directory: one dedicated to spindles, one dedicated to SSDs. 
> This would allow a "once and for all mixed SSD & HDD configuration", instead of continuously symlinking the "right" directory each time a CF is created (due to the name mangling of the CF directories).
> And this in turn would allow a priori knowledge on disk structures, and would allow to place indexes of all sort (lookup, partition, etc... everything that is needed to "just" locate data) on fast SSDs, speeding up ALL the CFs instead of only one, while the HDDs could be used just for data retrieval and sequential reads. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org