Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-7159

Change DataRecord allocation strategy to quantize within freelist buckets

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.3.1
    • Affects Version/s: 2.2.0
    • Component/s: Storage
    • None
    • Fully Compatible

      Update allocation strategy to quantize within existing freelist bucket sizes by rounding to closest 1/16th boundary of that bucket range (powers of 2 from 32b to 8MB).

      For example, if need to allocate 578b, instead allocate 608b (512 + (3 * (1/16 * 512)).

      Need to test if 1/16 is the proper constant.

            Assignee:
            benjamin.becker Ben Becker
            Reporter:
            dan@mongodb.com Daniel Pasette (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated:
              Resolved: