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

show this->n on shape() in btree bucket

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Trivial - P5 Trivial - P5
    • 2.1.0
    • Affects Version/s: None
    • Component/s: Index Maintenance

      During the debugging process of btree index, I find adding the number of key nodes to shape is useful, it gives me the quick overview of how many keys are added into each btree bucket.

      This 'shape' interface, I suppose, is used mainly for debugging purpose, no? So changing the output a bit should be OK.

      Using 'dump' interface to dump all data is nice to have, but sometimes, it pollutes the output and make debugging less happy. That's why I need this feature, less verbose than 'dump', but more info than current 'shape'.

      A simple fix will be added.

            Assignee:
            eliot Eliot Horowitz (Inactive)
            Reporter:
            guanqun Guanqun Lu
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: