[MCOL-5323] Check whether INSERT..SELECT is atomic Created: 2022-11-28 Updated: 2023-07-01 |
|
| Status: | Open |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 22.08.4 |
| Fix Version/s: | Icebox |
| Type: | Task | Priority: | Minor |
| Reporter: | Roman | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
A simple scenario isn't deterministic. It occasionally fails to return a row with the last select b/c INSERT..SELECT lacks atomicity thus there is a small delay b/w time A when INSERT..SELECT returns and time B when records become available.
|