Details
-
Improvement
-
Status: Open
-
Low
-
Resolution: Unresolved
-
None
Description
There are a few practical changes we can make to system.paxos that will improve (especially read) performance for LWT:
- We should decrease the compression chunk size for situations where we have to go to disk
- We can change the primary key structure so that the row key and CFID are both part of the partition key, which will decrease LCS compaction activity in use cases where a row key is common across tables, and one table is updated more frequently than the other.
Attachments
Issue Links
- relates to
-
CASSANDRA-13508 Make system.paxos table compaction strategy configurable
- Triage Needed