summaryrefslogtreecommitdiff
path: root/src/bloom
AgeCommit message (Expand)Author
2014-02-20Only evict Bloom filter pages if eviction gets aggressive.Michael Cahill
2014-01-07Update copyright notices for 2014.Keith Bostic
2013-12-20Fix two bloom filter bugs, when bloom filters are huge.Alex Gorrod
2013-11-28Fix a tiny leak in Bloom filter creation, found by valgrind. We could alloca...Michael Cahill
2013-11-17Tidy error handling in bloom code.Alex Gorrod
2013-11-16Coverity: Resource leak (RESOURCE_LEAK)Keith Bostic
2013-04-24Merge branch 'develop' into lsm-ckpt-experimentsMichael Cahill
2013-04-11More work on data-source configuration support.Keith Bostic
2013-04-09Support new configuration options added by the applications, using a newKeith Bostic
2013-04-09First cut at moving the configuration information into the WT_CONNECTION_IMPLKeith Bostic
2013-04-05Reintroduce a kind of "no cache" setting for sessions, where pages that are r...Michael Cahill
2013-04-03Move LSM switches back into application threads: the checkpoint thread can fa...Michael Cahill
2013-03-25Merge branch 'develop' into data-handlesMichael Cahill
2013-03-25Merge branch 'develop' into data-handlesMichael Cahill
2013-03-14Add a comment.Alex Gorrod
2013-03-14Make WT_ASSERT a no-op when not in DIAGNOSTIC mode.Alex Gorrod
2013-01-29When opening a Bloom filter, reset immediately to avoid holding hazard refere...Michael Cahill
2013-01-01Update copyright notice to 2013.Keith Bostic
2012-11-20typoMichael Cahill
2012-11-05Add a per-btree cache priority, currently only used for Bloom filters.Michael Cahill
2012-11-01Cache the hash values used for Bloom filter lookups, rather than hashing for ...Michael Cahill
2012-10-25Update ex_test_perf program to output statistics during populate.Alex Gorrod
2012-10-25Fix a bug in bulk load of bitmap files.Alex Gorrod
2012-10-18Change direct calls to __wt_curfile_open to generic __wt_open_cursor.Michael Cahill
2012-10-17Update LSM merge operations to be interrupted on close.Alex Gorrod
2012-10-10Fixes to Bloom filter bulk load based on Alex's review.Michael Cahill
2012-10-10Fix the maximum size of the bulk-loaded bitmap chunks from the Bloom filter c...Michael Cahill
2012-10-10Cleanup the Bloom filter bulk-load change.Michael Cahill
2012-10-05Kludge to force-feed a bitmap into a bulk load.Michael Cahill
2012-10-05Update bloom_get so that it doesn't hold a cursor position.Alex Gorrod
2012-09-13Close Bloom cursors when closing an LSM cursor.Michael Cahill
2012-09-07Add Bloom filters to LSM chunks after merges.Michael Cahill
2012-08-31Lint fixes for bloom code.Alex Gorrod
2012-08-29Add bloom filter implementation and test.Alex Gorrod