Aleksey Yeschenko created CASSANDRA-10571: ---------------------------------------------
Summary: ClusteringIndexNamesFilter::shouldInclude is not implemented, SinglePartitionNamesCommand not discarding the sstables it could Key: CASSANDRA-10571 URL: https://issues.apache.org/jira/browse/CASSANDRA-10571 Project: Cassandra Issue Type: Bug Reporter: Aleksey Yeschenko Assignee: Sylvain Lebresne Fix For: 3.0.0 Now that we use {{SinglePartitionNamesCommand}} in more places - where we'd previously use what is now {{SinglePartitionSliceCommand}} - not being able to skip sstables with non-overlapping clusterings is actually a performance regression. {{SinglePartitionNamesCommand::queryMemtableAndDiskInternal}} should prune sstables based on {{ClusteringIndexNamesFilter::shouldInclude}} output, and the latter must be replaced with an actual implementation instead of a {{TODO}}. Not a regression, but not doing so affects counts write path negatively. -- This message was sent by Atlassian JIRA (v6.3.4#6332)