mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-22 17:34:27 +01:00
Read transactions from logical log and load mvcc store based on the contents onto transaction 0, which is the special transaction where we will load all row versions that can be read by all new transactions. - [ ] Testing for multiple transactions - [ ] Lock multiple loading of same logical-log at the same time - [ ] Add column_count to format because if not it is hard to judge from record alone.