You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Yury Gerzhedovich (Jira)" <ji...@apache.org> on 2024/01/23 14:43:00 UTC

[jira] [Created] (IGNITE-21341) Sql. Optimize way to execute insert

Yury Gerzhedovich created IGNITE-21341:
------------------------------------------

             Summary: Sql. Optimize way to execute insert
                 Key: IGNITE-21341
                 URL: https://issues.apache.org/jira/browse/IGNITE-21341
             Project: Ignite
          Issue Type: Improvement
          Components: sql
            Reporter: Yury Gerzhedovich


As of now we use common approach for all execution queries.
Obviously, we can use simple KV put for simple insert statement. Let's analyze the AST to identify such simple insert  and execute it in an optimized way, avoiding the common complex path.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)