| Commit message (Collapse) | Author | Age |
|
|
|
| |
also, add some todos
|
|
|
|
|
|
| |
This can replace all our read calls. Note that we need a different API
for databases where the value needs to be loaded first, so we can do a key
scan before loading values. With this we can do key + value scans in one though.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Conflicts:
common/storage.h
common/storage_lmdb.cpp
dummyresource/facade.cpp
store/test/CMakeLists.txt
tests/storagebenchmark.cpp
|
|
|
|
|
| |
not happy with this API, but we need to discuss the whole read
thing anyways
|
|
there is now a top-level tests dir, and a compile time switch for
lmdb vs kyotocabinet
|