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

create an idl for internal_search_id_lookup

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

      As of SERVER-92918, we are calling nFields and hasField repeatedly. Since BSONObj lacks a hash table, each of these calls is O( n ) We should instead create a mini IDL type to parse and validate internalSearchIdLookup, since IDL will generate correct and efficient BSON parsing code.

            Assignee:
            erin.zhu@mongodb.com Erin Zhu
            Reporter:
            maddie.zechar@mongodb.com Maddie Zechar
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: