You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Caleb Rackliffe (Jira)" <ji...@apache.org> on 2021/09/14 21:02:00 UTC

[jira] [Comment Edited] (CASSANDRA-16944) Single partition reads can read more SSTables than required

    [ https://issues.apache.org/jira/browse/CASSANDRA-16944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17415169#comment-17415169 ] 

Caleb Rackliffe edited comment on CASSANDRA-16944 at 9/14/21, 9:01 PM:
-----------------------------------------------------------------------

Approved the 3.0 and 3.11 patches w/ some nits. Moving to 4.0...


was (Author: maedhroz):
Approved the 3.0 patch w/ some nits. Moving to 3.11...

> Single partition reads can read more SSTables than required 
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-16944
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-16944
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Legacy/Local Write-Read Paths
>            Reporter: Benjamin Lerer
>            Assignee: Benjamin Lerer
>            Priority: Normal
>             Fix For: 3.0.x, 3.11.x, 4.0.x
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> For some scenarios involving row deletions, range deletions or static columns, the logic of {{SinglePartitionReadCommand.queryMemtableAndSSTablesInTimestampOrder}} might trigger more SSTables reads that expected. 
> For row deletions and range deletions the reasons is that the logic do not take them into account. Once we hit a deleted row (caused by a row deletion or a range deletion) with a timestamp higher than the one of the next SStable we know that we can stop reading more SSTables.
> For static columns the problems seems to have been introduced by the changes in CASSANDRA-16671.      



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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