-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Service Arch
-
Fully Compatible
-
Service Arch 2023-12-11, Service Arch 2024-02-05
-
150
SERVER-78439 improved the performance of decoding field names in BSON objects over a simple series of if() statements, by using a trie to do the decoding and thus scanning the string only once. The same method can be used to decode enumeration values to improve performance there.
- depends on
-
SERVER-85497 IDL: make gen_trie generate a complete lookup function
- Closed
- has to be done before
-
SERVER-82941 Use IDL enumerations to decode command type in oplog entries
- Closed
- is duplicated by
-
SERVER-81876 Improve IDL code generation for command parsers
- Closed
- is related to
-
SERVER-78439 Investigate IDL generated parser performance
- Closed
-
SERVER-81876 Improve IDL code generation for command parsers
- Closed