Y
Hacker News
new
|
ask
|
show
|
jobs
by
gojomo
5924 days ago
What does the 'auditable' qualifier (which seems to make the difference between SQLite beating BDB, or BDB beating SQLite) mean?
1 comments
dlsspy
5924 days ago
auditable means every revision of every change was saved in a fashion that allows you to go back in time and what-not.
Specifically, it means this:
http://github.com/dustin/kvtest/blob/master/sqlite-base.cc#L...
link
Specifically, it means this: http://github.com/dustin/kvtest/blob/master/sqlite-base.cc#L...