[
https://issues.apache.org/jira/browse/IGNITE-22735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Konstantin Orlov updated IGNITE-22735:
--------------------------------------
Fix Version/s: 3.0.0-beta2
> Sql. Avoid double parsing of sql queries
> ----------------------------------------
>
> Key: IGNITE-22735
> URL: https://issues.apache.org/jira/browse/IGNITE-22735
> Project: Ignite
> Issue Type: Improvement
> Components: sql
> Reporter: Konstantin Orlov
> Assignee: Konstantin Orlov
> Priority: Major
> Labels: ignite-3
> Fix For: 3.0.0-beta2
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> Currently, parsing of queries happens at least twice for every statement:
> first time to provide normalized query string, and then on every
> `parsedTree()` invocation.
> Let's reuse result of first parsing for very first `parsedTree()` invocation.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)