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

Investigate re-using BSONElement walking code in SBE

    • Type: Icon: Task Task
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Query Execution

      SERVER-86549 brought a substantial improvement in BSON iteration speed. We should investigate using this in SBE to have the same improvement.

      At the same time, SERVER-86119 landed an improvement in BSONObj::getField() by computing the key string length while determining if the field name matches. This could be applied directly to the SBE `getField()` operation.

      Note that we do not necessarily have to use BSONObj/BSONElement directly, we can just copy the pattern/idea behind it, or move the existing code to a low-level helper function.

            Assignee:
            Unassigned Unassigned
            Reporter:
            ian.boros@mongodb.com Ian Boros
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: