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

David Capwell updated CASSANDRA-19920:
--------------------------------------
    Test and Documentation Plan: existing tests
                         Status: Patch Available  (was: Open)

> CEP-15 (C*): Read accord repair cfk keys from sstable index.
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-19920
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-19920
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Accord
>            Reporter: Blake Eggleston
>            Assignee: Blake Eggleston
>            Priority: Normal
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> In clusters where accord repairs are dealing with a lot of keys, reading the 
> keys via cql can take up to 90% of cpu time. This patch switches to reading 
> cfk keys out of the sstable index, which effectively removes that step of 
> accord repair from the profiler output. Given the structure of the CFK table 
> and how C* reads compound partition keys with local partitioner, this is a 
> little involved since we need to properly handle exclusive starts and 
> inclusive ends without a full partition key.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to