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