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

Avoid data format specific traversals in RTS

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: RTS
    • Labels:
    • 8
    • StorEng - Defined Pipeline

      (Created as a result of WT-10270)

      There are a number of row- and column-specific API calls made from RTS. Ideally it would not need to be aware of the access method type:

      • wt_col_modify
      • wt_col_search
      • wt_row_leaf_key
      • wt_row_leaf_value_cell
      • wt_row_modify
      • wt_row_search
      • wt_tree_walk_custom_skip

      It's worth reviewing the RTS code using these to see if a top-level cursor could be created and used instead - to that end, this ticket is marked as dependent on WT-10813.

            Assignee:
            backlog-server-storage-engines [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            will.korteland@mongodb.com Will Korteland
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: