Change DataRecord allocation strategy to quantize within freelist buckets

XMLWordPrintableJSON

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

      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:
            Ben Becker (Inactive)
            Reporter:
            Daniel Pasette (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated:
              Resolved: