summaryrefslogtreecommitdiff
path: root/dist
Commit message (Expand)AuthorAgeFilesLines
* Add zlib documentation.Keith Bostic2014-01-301-0/+1
* Note that LSM's `chunk_size` setting overrides `memory_page_max`.Michael Cahill2014-01-301-5/+8
* Add support for zlib compressionMichael Cahill2014-01-231-0/+5
* whitespace, update spelling list.Keith Bostic2014-01-221-0/+1
* clean up spelling, make dist/s_all pass again.Keith Bostic2014-01-181-0/+5
* test/format runs, now.Keith Bostic2014-01-181-2/+0
* Add WT_CLEAR_INLINE which uses structure assignment to (hopefully) preventKeith Bostic2014-01-101-0/+2
* Merge pull request #832 from wiredtiger/log-sync-scalingsueloverso2014-01-092-5/+1
|\
| * Now that log syncing with fsync scales better than O_DSYNC, change the default.Michael Cahill2014-01-081-1/+1
| * When using fsync or fdatasync for log durability, have groups of threads pigg...Michael Cahill2014-01-081-4/+0
* | Minor re-working of 9dd055a.Keith Bostic2014-01-081-1/+1
|/
* Update copyright notices for 2014.Keith Bostic2014-01-072-31/+17
* updateKeith Bostic2013-12-201-0/+1
* Increase the default value for session_max to 100. This allocates more space...Michael Cahill2013-12-181-1/+1
* Add automatic throttling for LSM based on merge speed. Update merge_threads.Alex Gorrod2013-12-181-1/+1
* whitespaceMichael Cahill2013-12-181-4/+4
* Add a WT_SESSION::create lsm=(merge_min=X) configuration option.Alex Gorrod2013-12-171-0/+4
* Better/fixed support for huge keys/values.Keith Bostic2013-12-161-0/+1
* The slot is read in a separate thread (the statistics logging thread),Keith Bostic2013-12-161-0/+2
* Merge branch 'develop' into spinlock-statsKeith Bostic2013-12-132-1/+2
|\
| * Add the day-of-month as a decimal number, 01-31 to the statistics_logKeith Bostic2013-12-121-1/+1
| * Add recurse to spelling list.Alex Gorrod2013-12-121-0/+1
* | Add spinlock statistics for __wt_spin_trylock() calls.Keith Bostic2013-12-111-5/+5
|/
* Merge pull request #792 from wiredtiger/compact-lsmMichael Cahill2013-12-101-1/+7
|\
| * Merge branch 'develop' into compact-lsmAlex Gorrod2013-12-062-12/+13
| |\
| * | Implement compact for LSM trees. Add a new timeout compact configuration.Alex Gorrod2013-12-061-1/+7
* | | Avoid bouncing the session cursor count between zero and one when searching a...Michael Cahill2013-12-101-1/+0
* | | Allow replay of threaded runs.Keith Bostic2013-12-071-0/+2
* | | TypoKeith Bostic2013-12-061-1/+1
| |/ |/|
* | Make 10MB the default LSM chunk size, modify some wtperf jobs to use 10MB chu...Michael Cahill2013-12-061-12/+12
* | spellingMichael Cahill2013-12-051-0/+1
|/
* Copyright exception for generated Python script.Michael Cahill2013-12-041-0/+1
* Increase the default Bloom filter parameters so the false positive rate is mu...Michael Cahill2013-12-041-2/+2
* Add an alternative script to turn statistics logs into graphs using D3.Michael Cahill2013-12-041-14/+5
* Merge pull request #786 from wiredtiger/lsm-config-groupAlex Gorrod2013-12-031-36/+40
|\
| * typo in my last change.Keith Bostic2013-12-031-1/+1
| * lines > 80 characters.Keith Bostic2013-12-031-4/+4
| * Merge branch 'develop' into lsm-config-groupAlex Gorrod2013-12-031-5/+5
| |\
| * | Move LSM configuration options to be a group in WT_SESSION->create API.Alex Gorrod2013-12-031-36/+40
* | | Add a script that displays lines that could be joined, but don't run itKeith Bostic2013-12-031-12/+38
| |/ |/|
* | whitespaceMichael Cahill2013-12-031-8/+8
|/
* Respond to review comments for lsm_chunk_max configuration option.Alex Gorrod2013-12-031-2/+4
* Add a new lsm_chunk_max configuration option to WT_SESSION->create.Alex Gorrod2013-12-031-0/+4
* Track connection & session data handle sweeps consistently, moveKeith Bostic2013-11-301-1/+2
* Use the same timestamp format in wtperf output as in statistics_logKeith Bostic2013-11-271-2/+2
* Add a connection statistic when checkpoint is running so statlog willKeith Bostic2013-11-241-0/+3
* Switch log_printf to use a log record in the same format as transactional ope...Michael Cahill2013-11-212-4/+3
* Cleanup warnings from s_all.Michael Cahill2013-11-215-11/+25
* Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-11-212-0/+3
|\
| * Clean up warnings from s_all.Michael Cahill2013-11-212-0/+3