-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Query Integration
-
Fully Compatible
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.
- depends on
-
SERVER-92918 enable running $search/$vectorSearch query on a view and create search indexes on a view
- Closed