Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-5333

Fix search not found issue due to skipped birthmark and rework txn_read

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • WT10.0.0, 4.4.0-rc0, 4.7.0
    • Affects Version/s: None
    • Component/s: None
    • None
    • 5

      Before durable history, we have a search optimisation which treats an invisible birthmark as a tombstone. We could do that because we were choosing the stable versions to write to disk. With the change to always write the newest committed versions to disk, this is no longer valid and we should remove it.

      Also in durable history, read can be simplified to first walk the update chain then las to find the first visible update.

            Assignee:
            chenhao.qu@mongodb.com Chenhao Qu
            Reporter:
            chenhao.qu@mongodb.com Chenhao Qu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: