Skip to content
Nikolay Orlyuk edited this page Apr 24, 2014 · 3 revisions

Welcome to the leveldb-tl wiki!

SandwichDB

Base table tests table process Desc
00: 03 next free ID/prefix (03)
00tests: 01 prefix for tests table (01)
00process: 02 prefix for process table (02)
01test_txn: passed test_txn: passed
01test_corners: fail test_corners: fail
02sprint: 3w sprint: 3w

TxnDB

Base Whiteouts/Overlay Visibility
a: 1 a
b: 2 b: 2
c: 3 c: 4 c: 4
All changes happens in memory and with commit() they all go into a WriteBatch in case of leveldb::DB as a base.
Clone this wiki locally