stasis-bLSM/test
2010-07-14 22:42:26 +00:00
..
check_datapage.cpp laying the groundwork for snowshoveling; as of this commit, pointers and null padding happens in an order that should let us query incomplete tree components. We should only need short page latches at this point (so that we do not look at partially written keys/values) 2010-07-14 22:42:26 +00:00
check_gen.cpp refactoring; move init_stasis into logtable, put merge stats into their own module 2010-04-28 19:21:25 +00:00
check_logtable.cpp admission control *almost* works; c1 sometimes blocks for a long time when a new c2 is created 2010-05-26 00:58:17 +00:00
check_logtree.cpp refactoring; move init_stasis into logtable, put merge stats into their own module 2010-04-28 19:21:25 +00:00
check_merge.cpp Rewrite merge thread synchronization code, update status messages, implement preliminary (and ineffective) admission control, and force write merged data every megabyte (so that prograess can be tracked by admission control. Also, refactor quite a few things. 2010-05-19 23:42:06 +00:00
check_mergelarge.cpp Rewrite merge thread synchronization code, update status messages, implement preliminary (and ineffective) admission control, and force write merged data every megabyte (so that prograess can be tracked by admission control. Also, refactor quite a few things. 2010-05-19 23:42:06 +00:00
check_mergetuple.cpp Rewrite merge thread synchronization code, update status messages, implement preliminary (and ineffective) admission control, and force write merged data every megabyte (so that prograess can be tracked by admission control. Also, refactor quite a few things. 2010-05-19 23:42:06 +00:00
check_rbtree.cpp remove logiterators.h/cpp and stop #including datapage.cpp 2010-03-13 00:41:37 +00:00
check_tcpclient.cpp check_tcpclient now examines the output of its iterator 2010-03-05 23:23:43 +00:00
check_util.h Rewrote datapage region allocator. It no longer scribbles all over itself during merges, but it tries to double free datapage regions. Committing with datapage region reclamation disabled for now. 2010-02-15 23:02:01 +00:00
CMakeLists.txt fix build on non-stasis machines (workaround fact that check_tcpclient incorrectly requires stasis...) 2010-02-26 18:51:12 +00:00