hyrise-v1 icon indicating copy to clipboard operation
hyrise-v1 copied to clipboard

Verify transactional safety with multiple threads per Tx

Open mrks opened this issue 11 years ago • 1 comments

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.

mrks avatar Aug 21 '13 14:08 mrks

Can you be a little more explicit?

-> two commit operations? -> two inserts? -> two deletes?

grundprinzip avatar Aug 21 '13 14:08 grundprinzip