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