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

variable-length column-store cursor next/prev does a key lookup on every access

    • Type: Icon: Task Task
    • Resolution: Done
    • None
    • Affects Version/s: None
    • Component/s: None

      Every iteration of variable-length column-store cursor next/prev searches the page for the specified key (which requires walking the page's nrepeat array).

      We're doing it that way because it's easy, we don't have to track where we are in a particular on-page cell's RLE count, but it's going to be too slow at some point, we need to change the code to track the cell RLE counts and not do a key lookup.

            Assignee:
            Unassigned Unassigned
            Reporter:
            wiredtiger WiredTiger
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: