Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 22.08.0
-
Component/s: QueryClassifier
-
Labels:None
-
Sprint:MXS-SPRINT-154, MXS-SPRINT-155, MXS-SPRINT-156, MXS-SPRINT-157, MXS-SPRINT-158
Description
Currently the query classifier explicitly allocates memory for storing fields, etc.. If instead, the canonical version of a query were stored then all field information could be made available as std::string_view, which would not require any memory to be allocated and would be faster.