Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-9596

Tombstone timestamps aren't used to skip SSTables while they are still in the memtable

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Normal
    • Resolution: Duplicate
    • 2.1.x
    • None
    • None

    Description

      If you have one SSTable containing a partition level tombstone at timestamp t and all other SSTables have cells with timestamp < t, Cassandra will skip all the other SSTables and return nothing quickly. However, if the partition tombstone is still in the memtable it doesn’t skip any SSTables. It should use the same timestamp logic to skip all SSTables.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              rlow Richard Low
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: