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

btree max key split

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Critical - P2 Critical - P2
    • 1.4.1, 1.5.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:

      when splitting a btree node, if the new key is greater than all the other keys, we should not do an even split, but a 90/10 split.
      the specific case is ObjectId
      because they are always increasing, the btree is always 50% full.
      with this, it'll be 90% full

            Assignee:
            aaron Aaron Staple
            Reporter:
            eliot Eliot Horowitz (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: