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

Caleb Rackliffe updated CASSANDRA-18216:
----------------------------------------
    Fix Version/s: 5.x

> Allow sharding of the SAI in-memory index 
> ------------------------------------------
>
>                 Key: CASSANDRA-18216
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-18216
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Feature/SAI
>            Reporter: Mike Adamson
>            Priority: Normal
>              Labels: SAI
>             Fix For: 5.x
>
>
> The Memtable implementation allows it to be split into a number of shards. 
> This reduces contention during writes. 
> The MemtableIndex in SAI should follow this practice. It currently does not 
> support sharding so all writes hit the same synchronized write block. The 
> in-memory index search can also use the sharding to reduce the number of 
> indexes that it searches based on the key range passed to the search.  



--
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