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

Deprecate support for overflow keys

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

      I'm opening this ticket to generate discussion...

      We've hit issues again recently with overflow items, specifically overflow keys in WT-2119. Tracking overflow items across reconciliation calls for a page is painful, and overflow keys constrain what pages can be evicted during checkpoints (to avoid freelists becoming inconsistent before a checkpoint completes).

      Some time back, we changed the handling of overflow items so that we could store values much larger than the configured "page_max" setting on a page. In other words, we made "page_max" a soft limit instead of a hard limit. FTR, MongoDB sets leaf_value_max=64MB because of a performance cliff with overflow values.

      What if we change WiredTiger to treat *_key_max = *_value_max = infinite? In other words, what if we stopped writing overflow records at all?

            Assignee:
            backlog-server-storage-engines [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            michael.cahill@mongodb.com Michael Cahill (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: