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

New access method prototype for out of cache indexes

    • Type: Icon: New Feature New Feature
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Storage Engines

      I've been thinking about a new access method that would allow for more efficient changes to be made to out-of-cache indexes. The basic idea is that the access method would consist of two constituent tables. One table for buffering up recent changes (the ingest table) another with all other data (the stable table).

      Data would be moved in the background to the stable table, which could be done either via a streaming mechanism or via batch updates.

      The ingest table can be small (remain in cache). Changes to the stable table are made periodically - ameliorating the cost of distributing content amongst the stable tree.

      A cursor on such a table would look for content in both the ingest and constituent tables.

            Assignee:
            alexander.gorrod@mongodb.com Alexander Gorrod
            Reporter:
            alexander.gorrod@mongodb.com Alexander Gorrod
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated: