hyrise-v1
hyrise-v1 copied to clipboard
Verify transactional safety with multiple threads per Tx
If multiple threads are modifying tables we might run into the situation where the same row is changed by two threads at the same time. The current MVCC and Tx model cannot identify this situation.
We should see what type of guarantees ACID requires us to give.
Can you be a little more explicit?
-> two commit operations? -> two inserts? -> two deletes?