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

Restructure checkpoint configuration parsing

    • Type: Icon: Improvement Improvement
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      The checkpoint code currently re-parses configuration strings for some configuration options, it would make sense to do a single configuration string parsing phase, and populate a structure which can be passed around instead.

      One case of re-parsing is when individual btrees need to extract configuration information they pull it from strings - it would be nice to only do that string parsing once - but doing so will mean passing a context object through apply function(s).

      Once we have such a checkpoint context object around, I think we should be able to move some content from the WT_CONNECTION handle into it as well.

            Assignee:
            backlog-server-storage-engines [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            alexander.gorrod@mongodb.com Alexander Gorrod
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: