SQLite4
Changes On Branch rework-flow-control
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch rework-flow-control Excluding Merge-Ins

This is equivalent to a diff from 5062ffb017 to 0a45bfc7a4

2012-09-26
15:38
Merge rework-flow-control branch with trunk. check-in: cf2ef747ad user: dan tags: trunk
15:23
Fix invocation of work-hook following an lsmTreeMakeOld() call. Leaf check-in: 0a45bfc7a4 user: dan tags: rework-flow-control
14:07
Fix a broken assert() statement. check-in: 797f6c5578 user: dan tags: rework-flow-control
2012-09-22
19:38
Rework flow control some (flow control = slowing down clients when worker threads or processes cannot keep up). check-in: 50f8b55823 user: dan tags: rework-flow-control
2012-09-20
19:33
Add lsm_tree_size() and lsm_ckpt_size(). check-in: 5062ffb017 user: dan tags: trunk
2012-09-18
19:39
Avoid malloc calls in lsm_file.c when running in mmap mode. Also avoid many mutex operations when accessing the in-memory tree. check-in: 1e661d0bad user: dan tags: trunk

Changes to lsm-test/lsmtest2.c.

Changes to lsm-test/lsmtest8.c.

Changes to lsm-test/lsmtest_func.c.

Changes to lsm-test/lsmtest_tdb3.c.

Changes to src/kvlsm.c.

Changes to src/lsm.h.

Changes to src/lsmInt.h.

Changes to src/lsm_ckpt.c.

Changes to src/lsm_file.c.

Changes to src/lsm_log.c.

Changes to src/lsm_main.c.

Changes to src/lsm_shared.c.

Changes to src/lsm_sorted.c.

Changes to src/lsm_tree.c.

Changes to tool/lsmperf.tcl.

Changes to www/lsm.wiki.