Skip to content
Snippets Groups Projects
Commit 0cc18871 authored by Arseniy Volynets's avatar Arseniy Volynets
Browse files

feat: support sql dml for global tbls

- update sbroad submodule to commit with helper
patches for dml on global tables
- add support for sql dml insert/update/delete
on global tables. Insert on conflict is not
supported yet
- Current implementation uses a single batch of
dml commands via CAS. No additional predicates
are used in CAS, so no isolation level is guaranteed
even when query only refers to global tables
parent a7a8da95
No related branches found
No related tags found
1 merge request!982feat: initial dml support for global tbls
Pipeline #43574 failed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment