Description
At the moment all INSERT statements are broadcasted. This could be OK for INSERT ... SELECT, but is definitely not needed for INSERT ... VALUES. Instead we should construct final key-value pairs locally, and then send them to affected data nodes.
Attachments
Issue Links
- duplicates
-
IGNITE-7604 SQL TX: Allow DML operations with reducer
- Resolved
- is blocked by
-
IGNITE-7604 SQL TX: Allow DML operations with reducer
- Resolved
- Is contained by
-
IGNITE-4191 SQL: support transactions
- Resolved