summaryrefslogtreecommitdiff
path: root/src/bloom
Commit message (Expand)AuthorAgeFilesLines
* WT-2584: don't use periods in error messagesKeith Bostic2016-04-231-1/+1
* Merge branch 'develop' into wt-2242-dead-tree-evictionKeith Bostic2016-01-191-1/+1
|\
| * Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* | WT-2242: clear the eviction priority of any dead tree, otherwise we'llKeith Bostic2015-11-251-2/+2
|/
* WT-1315. Added support for join cursors:Don Anderson2015-11-031-0/+41
* Push renaming down into `api_data.py`, replacing lower-case handleKeith Bostic2015-04-211-1/+1
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Most WiredTiger calloc calls are to allocate a single structure,Keith Bostic2014-12-151-1/+1
* List the paper's name, not just a link (the link was broken).Keith Bostic2014-11-131-0/+5
* Don't drop core if we fail to allocate the WT_BLOOM structure (jump toKeith Bostic2014-09-221-6/+4
* Only evict Bloom filter pages if eviction gets aggressive.Michael Cahill2014-02-201-1/+1
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Fix two bloom filter bugs, when bloom filters are huge.Alex Gorrod2013-12-201-2/+3
* Fix a tiny leak in Bloom filter creation, found by valgrind. We could alloca...Michael Cahill2013-11-281-3/+2
* Tidy error handling in bloom code.Alex Gorrod2013-11-171-8/+4
* Coverity: Resource leak (RESOURCE_LEAK)Keith Bostic2013-11-161-2/+7
* Merge branch 'develop' into lsm-ckpt-experimentsMichael Cahill2013-04-241-2/+6
|\
| * More work on data-source configuration support.Keith Bostic2013-04-111-1/+1
| * Support new configuration options added by the applications, using a newKeith Bostic2013-04-091-1/+1
| * First cut at moving the configuration information into the WT_CONNECTION_IMPLKeith Bostic2013-04-091-1/+3
* | Reintroduce a kind of "no cache" setting for sessions, where pages that are r...Michael Cahill2013-04-051-23/+30
* | Move LSM switches back into application threads: the checkpoint thread can fa...Michael Cahill2013-04-031-1/+2
|/
* Merge branch 'develop' into data-handlesMichael Cahill2013-03-251-1/+3
|\
| * Add a comment.Alex Gorrod2013-03-141-0/+1
| * Make WT_ASSERT a no-op when not in DIAGNOSTIC mode.Alex Gorrod2013-03-141-1/+2
* | Merge branch 'develop' into data-handlesMichael Cahill2013-03-251-37/+84
|\ \ | |/
| * When opening a Bloom filter, reset immediately to avoid holding hazard refere...Michael Cahill2013-01-291-4/+12
| * Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
| * typoMichael Cahill2012-11-201-1/+1
| * Add a per-btree cache priority, currently only used for Bloom filters.Michael Cahill2012-11-051-0/+4
| * Cache the hash values used for Bloom filter lookups, rather than hashing for ...Michael Cahill2012-11-011-21/+40
| * Update ex_test_perf program to output statistics during populate.Alex Gorrod2012-10-251-1/+2
| * Fix a bug in bulk load of bitmap files.Alex Gorrod2012-10-251-2/+2
| * Change direct calls to __wt_curfile_open to generic __wt_open_cursor.Michael Cahill2012-10-181-1/+1
| * Update LSM merge operations to be interrupted on close.Alex Gorrod2012-10-171-1/+1
| * Fixes to Bloom filter bulk load based on Alex's review.Michael Cahill2012-10-101-1/+2
| * Fix the maximum size of the bulk-loaded bitmap chunks from the Bloom filter c...Michael Cahill2012-10-101-1/+5
| * Cleanup the Bloom filter bulk-load change.Michael Cahill2012-10-101-18/+10
| * Kludge to force-feed a bitmap into a bulk load.Michael Cahill2012-10-051-2/+15
| * Update bloom_get so that it doesn't hold a cursor position.Alex Gorrod2012-10-051-3/+8
|/
* Close Bloom cursors when closing an LSM cursor.Michael Cahill2012-09-131-6/+6
* Add Bloom filters to LSM chunks after merges.Michael Cahill2012-09-071-15/+21
* Lint fixes for bloom code.Alex Gorrod2012-08-311-8/+10
* Add bloom filter implementation and test.Alex Gorrod2012-08-291-0/+283