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

Support reading modify type updates in the history store for non-timestamp tables

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • WT10.0.0, 4.4.0-rc4, 4.7.0
    • Affects Version/s: None
    • Component/s: None
    • None
    • 8
    • Storage - Ra 2020-05-04
    • v4.4

      The current logic informing full update from the history store modify updates are not handled for non-timestamp tables. The code needs to be fixed as below to handle it for non-timestamp tables.

      Read / update type Full / standard update Modify
      With timestamp Ordinary read would find the right value in history if tombstones / stop time pairs used normal visibility rules Ordinary read finds the oldest modify, uses its stop timestamp to skip forwards
      Without timestamp Ordinary read would find the right value in history Could use the same trick as above if extended to use the stop time pair (stashing the application's snapshot info, setting snap_min = snap_max = stop_txn and snapshot_count = 0.

       

            Assignee:
            luke.pearson@mongodb.com Luke Pearson
            Reporter:
            haribabu.kommi@mongodb.com Haribabu Kommi
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: