Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
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.