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
Age
Commit message (
Expand
)
Author
2012-10-11
Cut release 1.3.3.
1.3.3
Michael Cahill
2012-10-11
spelling
Michael Cahill
2012-10-11
Add a paragraph about LSM to the architecture page of the documentation.
Michael Cahill
2012-10-11
Tweak the doxygen output for presentation.
Michael Cahill
2012-10-11
__wt_config_gets_defno should set the type of the value it returns.
Michael Cahill
2012-10-10
Check cursor.search calls for error return, return an error on failure.
Keith Bostic
2012-10-10
WT_EVICT_REQ_FOREACH no longer used.
Keith Bostic
2012-10-10
If looping waiting for the cache to become empty, wake the eviction thread pe...
Michael Cahill
2012-10-10
Another LSM merge tweak -- the previous version had some pathological behavio...
Michael Cahill
2012-10-10
Merge pull request #352 from wiredtiger/bloom-bulk-fastpath
Michael Cahill
2012-10-10
Merge branch 'develop' into bloom-bulk-fastpath
Michael Cahill
2012-10-10
imported patch cache-check-on-exit
Michael Cahill
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
If an application thread helps with eviction before it has a transaction cont...
Michael Cahill
2012-10-10
Don't wait for eviction when bulk loading or updating a file configured for n...
Michael Cahill
2012-10-09
Merge pull request #356 from wiredtiger/eviction-simplify
agorrod
2012-10-10
Cope if there is no btree set in the session when checking for eviction, do t...
Michael Cahill
2012-10-10
Update auto-generated file.
Michael Cahill
2012-10-10
Cleanup the Bloom filter bulk-load change.
Michael Cahill
2012-10-09
Merge pull request #357 from wiredtiger/lsm-tuning
agorrod
2012-10-10
Move the eviction check to before an update starts, rather than after it is h...
Michael Cahill
2012-10-10
Walk a constant number of pages for LRU.
Michael Cahill
2012-10-10
If there is no LSM merge work to do, sleep.
Michael Cahill
2012-10-10
Use "raw" for LSM chunk cursors to optimize getting data in/out.
Michael Cahill
2012-10-10
Don't create Bloom filters for the oldest chunk in the system.
Michael Cahill
2012-10-10
Merge branch 'develop' into bloom-bulk-fastpath
Michael Cahill
2012-10-10
Add an eviction statistic to file and LSM statistics cursors.
Alex Gorrod
2012-10-09
turn on dictionaries for var-len column-store.
Keith Bostic
2012-10-09
Merge branch 'develop' into bloom-bulk-fastpath
Michael Cahill
2012-10-09
Initialize variable.
Alex Gorrod
2012-10-09
Add a statistics_fast flag to file statistics cursors.
Alex Gorrod
2012-10-09
Merge branch 'develop' into bloom-bulk-fastpath
Michael Cahill
2012-10-08
Merge pull request #351 from wiredtiger/meta-checkpoint
Michael Cahill
2012-10-09
Invalid use of strcpy in "wt load".
Michael Cahill
2012-10-09
After an auto-commit transaction, where the cursor may be reused, we need to ...
Michael Cahill
2012-10-08
Don't put checkpoint extent blocks on the available list, blocks on it
Keith Bostic
2012-10-08
Merge branch 'develop' into meta-checkpoint
Keith Bostic
2012-10-08
style cleanup
Keith Bostic
2012-10-08
warning: initialization discards qualifiers from pointer target type
Keith Bostic
2012-10-08
Break out configuration so it's easy to run just one.
Keith Bostic
2012-10-08
Merge pull request #354 from wiredtiger/lsm-stats
Michael Cahill
2012-10-08
Cleanup ex_stat
Alex Gorrod
2012-10-08
Add a new statistics cursor type "statistics:lsm".
Alex Gorrod
2012-10-06
Fix error handling in ex_test_perf, update command line options.
Alex Gorrod
2012-10-05
Disable new example code until I can figure out crash.
Alex Gorrod
2012-10-05
Add example program to test basic LSM usage.
Alex Gorrod
2012-10-05
Add a connection-wide flag to disable LSM merges.
Michael Cahill
2012-10-05
Kludge to force-feed a bitmap into a bulk load.
Michael Cahill
2012-10-05
Lint: cast to void when we don't use the return value from WT_ATOMIC_*.
Michael Cahill
[next]