-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Optimization
If Status can be made a literal type, then it can be constexpr'ed, reducing the cost of construction for otherwise constant {{Status}}es.
That said, simply using static const seems to be good enough for now.
- split from
-
SERVER-87542 Remove extraneous Status constructor calls in the hot path for query planning.
- Closed