[ https://issues.apache.org/jira/browse/CASSANDRA-20191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Caleb Rackliffe updated CASSANDRA-20191: ---------------------------------------- Fix Version/s: 5.0.5 5.1 (was: 5.x) (was: 5.0.x) > Optimize initial skipping logic for SAI queries on large partitions > ------------------------------------------------------------------- > > Key: CASSANDRA-20191 > URL: https://issues.apache.org/jira/browse/CASSANDRA-20191 > Project: Apache Cassandra > Issue Type: Improvement > Components: Feature/SAI > Reporter: Caleb Rackliffe > Assignee: Sunil Ramchandra Pawar > Priority: Normal > Fix For: 5.0.5, 5.1 > > Attachments: ci_summary-1.html, ci_summary.html, > result_details.tar-1.gz, result_details.tar.gz, > test-histogram_with_changes.html, test-histogram_without.html > > Time Spent: 2h > Remaining Estimate: 0h > > In {{StorageAttachedIndexSearcher.ResultRetriever}}, we skip all postings > lists produced by queries on individual column indexes to the first partition > in the provided {{DataRanges}}. This is an obvious and useful step, but for > queries on large partitions, it might not go as far as it could. If paging or > user restrictions on the clustering key space are in play, it is probably > suboptimal to not even attempt to skip the postings, which are > row-addressable, to the first row after the clustering prefix in the (likely > single) {{DataRange}}. -- 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