Details
-
Improvement
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
Description
We are considering removing or making optional the coordinator batchlog.
The batchlog primary serves as a way to quickly reach consistency between base and view since we don't have any kind of read repair between base and view. But we do have repair so as long as you don't lose nodes while writing at CL.ONE you will be eventually consistent.
I've committed to the 3.0 branch a way to disable the coordinator with -Dcassandra.mv_disable_coordinator_batchlog=true
The majority of the performance hit to throughput is currently the batchlog as shown by this chart.
I'd like to have tests run with and without this flag to validate how quickly we achieve quorum consistency without repair writing with CL.ONE. Once we can see there is little/no impact we can permanently remove the coordinator batchlog.
Attachments
Issue Links
- relates to
-
CASSANDRA-9928 Add Support for multiple non-primary key columns in Materialized View primary keys
- Open