You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Nachiket Patil (JIRA)" <ji...@apache.org> on 2016/06/21 20:38:58 UTC

[jira] [Updated] (CASSANDRA-12030) Range tombstones that are masked by row tombstones should not be written out

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

Nachiket Patil updated CASSANDRA-12030:
---------------------------------------
    Attachment: cassandra-12030-2.2.diff
                cassandra-12030-2.1.diff

> Range tombstones that are masked by row tombstones should not be written out
> ----------------------------------------------------------------------------
>
>                 Key: CASSANDRA-12030
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12030
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Nachiket Patil
>            Assignee: Nachiket Patil
>            Priority: Minor
>         Attachments: cassandra-12030-2.1.diff, cassandra-12030-2.2.diff
>
>
> During compaction, if a table has range tombstone and a row delete with higher timestamp than range tombstone, both are written out to disk. Some problems seen because of this behavior:
> 1. The Range tombstone is expensive to maintain.
> 2. Range queries see timeouts when there are too many range tombstones present which may be masked by row tombstones.
> This can be avoided with simple optimization to not write out range tombstone if it is masked by row delete.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)