Some test work with using Berkeley DB for a local disk cache.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Wed, 7 Jul 2010 19:03:40 +0000 (12:03 -0700)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Wed, 7 Jul 2010 19:03:40 +0000 (12:03 -0700)
commitd645629831d01da077d418dad3a58953ee4b91e1
tree8e88f22a65f49877e341b1f6eb66bcb7f91bec65
parentecf88ab2b1c8d590c6db57571ad9d7e16c2df45b
Some test work with using Berkeley DB for a local disk cache.

Implement this at first by simply making it a new storage backend.  Later
we will have to make it a separate layer so we can stack a Berkeley DB
cache/write log with a remote storage option.
bluesky/CMakeLists.txt
bluesky/init.c
bluesky/store-bdb.c [new file with mode: 0644]