You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Konstantin Orlov (Jira)" <ji...@apache.org> on 2022/07/27 14:47:00 UTC

[jira] [Assigned] (IGNITE-16961) SQL API: Add prepared statement support.

     [ https://issues.apache.org/jira/browse/IGNITE-16961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Konstantin Orlov reassigned IGNITE-16961:
-----------------------------------------

    Assignee: Konstantin Orlov

> SQL API: Add prepared statement support.
> ----------------------------------------
>
>                 Key: IGNITE-16961
>                 URL: https://issues.apache.org/jira/browse/IGNITE-16961
>             Project: Ignite
>          Issue Type: Improvement
>          Components: sql
>            Reporter: Andrey Mashenkov
>            Assignee: Konstantin Orlov
>            Priority: Major
>              Labels: ignite-3
>
> Let's add prepared statement support.
>  * avoid extra sending query parameters (incl. query text) after server-side statement object has been created (unless client re-connect happened)
>  * avoid query planing more than once (unless client re-connect happened or schema has been changed).
>  * release server resources when statement was closed or session was invalidated.
> Should be added support for the following clints: JDBC, embedded. ( thin clients as separate ticket)



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