Details
-
Improvement
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
Description
This would enable routing different partitions to different disks based on some user defined parameters.
My initial take on how to do this would be to make an interface from SSTableWriter, and have a table's compaction strategy do all SSTableWriter instantiation. Compaction strategies could then implement their own SSTableWriter implementations (which basically wrap one or more normal sstablewriters) for compaction, flushing, and streaming.
Attachments
Attachments
Issue Links
- is related to
-
CASSANDRA-7272 Add "Major" Compaction to LCS and split sstables during STCS major compaction
- Resolved
- relates to
-
CASSANDRA-8460 Make it possible to move non-compacting sstables to slow/big storage in DTCS
- Awaiting Feedback