greenlion / warp

WarpSQL Server, an open source OLAP focused distribution of the world's most popular open source database bundled with OLAP performance related plugins such as the WARP storage engine..
http://warpsql.blog
Other
41 stars 2 forks source link

Support MVCC and ACID w/ REPEATABLE READ #24

Closed greenlion closed 4 years ago

greenlion commented 4 years ago

Need to add trx_id to each table row similar to rowid Need to add visibility support to transactions so that only visible transactions are shown to a transaction. Add row level locking

greenlion commented 4 years ago

This is related to issue #22 - which is for atomic statements. Both might be done at the same time.

greenlion commented 4 years ago

Pushed into transactions branch.