-
Type:
Sub-task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Query Execution
-
Fully Compatible
-
QE 2024-03-18, QE 2024-04-01, QE 2024-04-15, QE 2024-12-09, QE 2024-12-23, QE 2025-01-06, QE 2025-01-20, QE 2025-02-03, QE 2025-02-17, QE 2025-03-03
-
None
-
0
-
None
-
None
-
None
-
None
-
None
-
None
Currently query settings are looked up via a query_settings::lookupQuerySettings() free function, which takes QueryShapeHash function as an argument.
Since the number of commands supported by query settings is relatively small, we can avoid passing lambdas and instead have 3 separate methods for each command.
Potentially we could move command specific logic there, if needed
- is related to
-
SERVER-87019 Always calculate the query shape hash
-
- Closed
-