Read/latency-optimized log-structured merge tree.
Find a file
sears cea3ab3e6b not sure what this even is...
git-svn-id: svn+ssh://svn.corp.yahoo.com/yahoo/yrl/labs/pnuts/code/logstore@3781 8dad8b1f-cf64-0410-95b6-bcf113ffbcfe
2012-02-22 23:48:58 +00:00
benchmarks logtable -> blsm 2012-02-22 22:57:02 +00:00
main rename logstore.h and logstore.cpp to blsm.h and blsm.cpp 2012-02-22 23:12:28 +00:00
servers/mapkeeper move y* stuff to y directory 2012-02-22 23:46:49 +00:00
test rename logstore.h and logstore.cpp to blsm.h and blsm.cpp 2012-02-22 23:12:28 +00:00
util apache2 license + headers 2012-01-19 16:49:54 +00:00
y move y* stuff to y directory 2012-02-22 23:46:49 +00:00
.cproject apache2 license + headers 2012-01-19 16:49:54 +00:00
.project import eclipse project goo 2011-01-25 02:06:42 +00:00
bloomFilter.c apache2 license + headers 2012-01-19 16:49:54 +00:00
bloomFilter.h apache2 license + headers 2012-01-19 16:49:54 +00:00
blsm.cpp rename logstore.h and logstore.cpp to blsm.h and blsm.cpp 2012-02-22 23:12:28 +00:00
blsm.h rename logstore.h and logstore.cpp to blsm.h and blsm.cpp 2012-02-22 23:12:28 +00:00
CMakeLists.txt fixup makefiles for mapkeeper server and CMakeLists.txt 2012-02-22 23:42:54 +00:00
datapage.cpp rename logstore.h and logstore.cpp to blsm.h and blsm.cpp 2012-02-22 23:12:28 +00:00
datapage.h apache2 license + headers 2012-01-19 16:49:54 +00:00
datatuple.h apache2 license + headers 2012-01-19 16:49:54 +00:00
diskTreeComponent.cpp apache2 license + headers 2012-01-19 16:49:54 +00:00
diskTreeComponent.h apache2 license + headers 2012-01-19 16:49:54 +00:00
LICENSE.txt forgot to commit license.txt 2012-02-22 23:15:02 +00:00
logserver.cpp rename logstore.h and logstore.cpp to blsm.h and blsm.cpp 2012-02-22 23:12:28 +00:00
logserver.h rename logstore.h and logstore.cpp to blsm.h and blsm.cpp 2012-02-22 23:12:28 +00:00
Makefile rename logstore.h and logstore.cpp to blsm.h and blsm.cpp 2012-02-22 23:12:28 +00:00
memTreeComponent.cpp apache2 license + headers 2012-01-19 16:49:54 +00:00
memTreeComponent.h apache2 license + headers 2012-01-19 16:49:54 +00:00
mergeManager.cpp rename logstore.h and logstore.cpp to blsm.h and blsm.cpp 2012-02-22 23:12:28 +00:00
mergeManager.h logtable -> blsm 2012-02-22 22:57:02 +00:00
merger.cpp logtable -> blsm 2012-02-22 22:57:02 +00:00
merger.h rename logstore.h and logstore.cpp to blsm.h and blsm.cpp 2012-02-22 23:12:28 +00:00
mergeStats.cpp rename logstore.h and logstore.cpp to blsm.h and blsm.cpp 2012-02-22 23:12:28 +00:00
mergeStats.h apache2 license + headers 2012-01-19 16:49:54 +00:00
network.h apache2 license + headers 2012-01-19 16:49:54 +00:00
README reference Rose in README file 2012-02-06 21:28:47 +00:00
regionAllocator.h apache2 license + headers 2012-01-19 16:49:54 +00:00
requestDispatch.cpp logtable -> blsm 2012-02-22 22:57:02 +00:00
requestDispatch.h rename logstore.h and logstore.cpp to blsm.h and blsm.cpp 2012-02-22 23:12:28 +00:00
simpleServer.cpp logtable -> blsm 2012-02-22 22:57:02 +00:00
simpleServer.h rename logstore.h and logstore.cpp to blsm.h and blsm.cpp 2012-02-22 23:12:28 +00:00
tcpclient.cpp apache2 license + headers 2012-01-19 16:49:54 +00:00
tcpclient.h apache2 license + headers 2012-01-19 16:49:54 +00:00
tuplemerger.cpp rename logstore.h and logstore.cpp to blsm.h and blsm.cpp 2012-02-22 23:12:28 +00:00
tuplemerger.h apache2 license + headers 2012-01-19 16:49:54 +00:00

Portions of this work are based upon Stasis' "Rose" LSM-Tree implementation.

http://code.google.com/p/stasis/source/browse/trunk/benchmarks/rose.cpp