Description
According to the flamegraph.svg, parsing of the SQL statement takes about 2.7% of time even for the most simplest statement like select * from t_name. We could mitigate this problem by introducing a cache for a parsed statements.
Attachments
Attachments
Issue Links
- is duplicated by
-
IGNITE-17765 Sql. Introduce cache for parsed statements
- Resolved
- split to
-
IGNITE-17361 Sql. Investigate low performance of sql parser
- Open