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

check most recent TS values in SSTables when a row tombstone has already been encountered

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Normal
    • Resolution: Fixed
    • 1.1.1
    • None
    • None
    • Normal

    Description

      once C* comes across a row tombstone, C* should check the TS on the tombstone against all SSTables. If the most recent TS in an SST is older than the row tombstone, that entire SST (or the remainder of it) can be safely ignored.

      There are two drivers for this.

      • avoid checking column values that could not possibly be in the result set
      • avoid OOMing because all the tombstones are temporarily kept in memory.

      Attachments

        Activity

          People

            samt Sam Tunnicliffe
            mdennis Matthew F. Dennis
            Sam Tunnicliffe
            Jonathan Ellis
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: