Description
The following cases must be handled:
1) Single update stmt in TX
2) Multiple update stmts in TX
3) Changes to multiple caches in TX
4) Mix of both selects and updates (e.g. get data from select and then build updates based on it)
5) Different operation types - INSERT, UPDATE, MERGE (take in count various DML optimizations to ensure that as much code paths are covered as possible)
6) Batch updates
7) Joins (both co-located and distributed)
8) Different cache modes - PARTITIONED, REPLICATED
9) Different backup counts
10) Communication with client node vs communication with server node
11) Both implicit and explicit transactions
Attachments
Issue Links
- Is contained by
-
IGNITE-4191 SQL: support transactions
- Resolved
- is related to
-
IGNITE-4192 SQL TX: JDBC driver support
- Closed
- links to