summaryrefslogtreecommitdiff
path: root/src/lsm/lsm_merge.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug that disabled bloom filters.Alex2012-09-181-1/+1
* Add an implementation of LSM truncate.Michael Cahill2012-09-141-4/+4
* Fix some LSM issues uncovered by review.Alex Gorrod2012-09-141-0/+1
* Fix some minor issues in LSM.Alex Gorrod2012-09-141-0/+1
* Clean up some comments, whitespace.Michael Cahill2012-09-141-5/+4
* Add configuration for LSM chunk size, bloom bit and hash counts.Alex Gorrod2012-09-141-3/+3
* Add code to count inserted LSM records. Used by bloom filters.Alex Gorrod2012-09-141-17/+32
* Add a verbose type for lsm. Convert debug print statements to verboseAlex Gorrod2012-09-141-4/+4
* Track a pointer to the primary chunk in LSM cursors.Michael Cahill2012-09-131-31/+52
* In LSM merge cursors, don't open cursors in chunks we don't need.Michael Cahill2012-09-131-3/+1
* imported patch lsm-chunk-clearMichael Cahill2012-09-121-5/+7
* Only allocate and ID in lsm_major_merge if we know we'll use it.Alex Gorrod2012-09-121-5/+8
* Fix test/format failures in LSM.Michael Cahill2012-09-121-15/+16
* Remove merged chunks from LSM trees.Alex Gorrod2012-09-101-5/+26
* Add Bloom filters to LSM chunks after merges.Michael Cahill2012-09-071-1/+20
* Add LSM checkpoint implementation and some related fixes.Alex Gorrod2012-09-061-1/+1
* Avoid a deadlock between LSM locks and the schema lock.Michael Cahill2012-08-301-0/+6
* Fix the array manipulation when doing a merge.Michael Cahill2012-08-301-4/+4
* Implement reading and writing of LSM metadata.Michael Cahill2012-08-231-0/+1
* Fixes for LSM bugs discovered by valgrind:Michael Cahill2012-08-131-2/+2
* Add support for major merges (that is, merging a set of chunks including theMichael Cahill2012-08-131-0/+113