Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.8
Description
It's possible to avoid any SQL querying and map some INSERT and MERGE statements to cache operations in a way similar to that of UPDATE and DELETE - i.e. don't make queries when there are no expressions to evaluate in the query and enhance update plans to perform direct cache operations when INSERT and MERGE affect columns _key and _val only.
Attachments
Attachments
Issue Links
- relates to
-
IGNITE-6022 SQL: add native batch execution support for DML statements
- Resolved
-
IGNITE-7236 SQL: create tests for optimized INSERT and MERGE operations
- Closed
- links to