On 06/08/2011 05:54 AM, Héctor Izquierdo Seliva wrote:
> Is there a way to control what sstables go to what data directory? I
> have a fast but space limited ssd, and a way slower raid, and i'd like
> to put latency sensitive data into the ssd and leave the other data in
> the raid. Is this possible? If not, how well does cassandra play with
> symlinks?
> 

Another option would be to use the ssd as a block level cache with
something like flashcache <https://github.com/facebook/flashcache/>.

Reply via email to