Skip to content
Snippets Groups Projects
Commit 27a496b7 authored by Aleksandr Lyapunov's avatar Aleksandr Lyapunov Committed by Nikita Pettik
Browse files

txm: implement point hole trackers

TX manager has a problem, kwown as phantom read.
If a transaction reads a value by key and founds nothing, even
no dirty tuples, then the read is not recorded anywhere.

Implement a special storage for point reads that founds nothing,
and use it in conflict resolution.

Part of #5628
parent 26428c0c
No related branches found
No related tags found
No related merge requests found
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