-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Nikolay Orlyuk edited this page Apr 24, 2014
·
3 revisions
Welcome to the leveldb-tl wiki!
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
|
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. |