| Commit message (Expand) | Author | Age | Files | Lines |
* | Add zlib documentation. | Keith Bostic | 2014-01-30 | 1 | -0/+1 |
* | Note that LSM's `chunk_size` setting overrides `memory_page_max`. | Michael Cahill | 2014-01-30 | 1 | -5/+8 |
* | Add support for zlib compression | Michael Cahill | 2014-01-23 | 1 | -0/+5 |
* | whitespace, update spelling list. | Keith Bostic | 2014-01-22 | 1 | -0/+1 |
* | clean up spelling, make dist/s_all pass again. | Keith Bostic | 2014-01-18 | 1 | -0/+5 |
* | test/format runs, now. | Keith Bostic | 2014-01-18 | 1 | -2/+0 |
* | Add WT_CLEAR_INLINE which uses structure assignment to (hopefully) prevent | Keith Bostic | 2014-01-10 | 1 | -0/+2 |
* | Merge pull request #832 from wiredtiger/log-sync-scaling | sueloverso | 2014-01-09 | 2 | -5/+1 |
|\ |
|
| * | Now that log syncing with fsync scales better than O_DSYNC, change the default. | Michael Cahill | 2014-01-08 | 1 | -1/+1 |
| * | When using fsync or fdatasync for log durability, have groups of threads pigg... | Michael Cahill | 2014-01-08 | 1 | -4/+0 |
* | | Minor re-working of 9dd055a. | Keith Bostic | 2014-01-08 | 1 | -1/+1 |
|/ |
|
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 2 | -31/+17 |
* | update | Keith Bostic | 2013-12-20 | 1 | -0/+1 |
* | Increase the default value for session_max to 100. This allocates more space... | Michael Cahill | 2013-12-18 | 1 | -1/+1 |
* | Add automatic throttling for LSM based on merge speed. Update merge_threads. | Alex Gorrod | 2013-12-18 | 1 | -1/+1 |
* | whitespace | Michael Cahill | 2013-12-18 | 1 | -4/+4 |
* | Add a WT_SESSION::create lsm=(merge_min=X) configuration option. | Alex Gorrod | 2013-12-17 | 1 | -0/+4 |
* | Better/fixed support for huge keys/values. | Keith Bostic | 2013-12-16 | 1 | -0/+1 |
* | The slot is read in a separate thread (the statistics logging thread), | Keith Bostic | 2013-12-16 | 1 | -0/+2 |
* | Merge branch 'develop' into spinlock-stats | Keith Bostic | 2013-12-13 | 2 | -1/+2 |
|\ |
|
| * | Add the day-of-month as a decimal number, 01-31 to the statistics_log | Keith Bostic | 2013-12-12 | 1 | -1/+1 |
| * | Add recurse to spelling list. | Alex Gorrod | 2013-12-12 | 1 | -0/+1 |
* | | Add spinlock statistics for __wt_spin_trylock() calls. | Keith Bostic | 2013-12-11 | 1 | -5/+5 |
|/ |
|
* | Merge pull request #792 from wiredtiger/compact-lsm | Michael Cahill | 2013-12-10 | 1 | -1/+7 |
|\ |
|
| * | Merge branch 'develop' into compact-lsm | Alex Gorrod | 2013-12-06 | 2 | -12/+13 |
| |\ |
|
| * | | Implement compact for LSM trees. Add a new timeout compact configuration. | Alex Gorrod | 2013-12-06 | 1 | -1/+7 |
* | | | Avoid bouncing the session cursor count between zero and one when searching a... | Michael Cahill | 2013-12-10 | 1 | -1/+0 |
* | | | Allow replay of threaded runs. | Keith Bostic | 2013-12-07 | 1 | -0/+2 |
* | | | Typo | Keith Bostic | 2013-12-06 | 1 | -1/+1 |
| |/
|/| |
|
* | | Make 10MB the default LSM chunk size, modify some wtperf jobs to use 10MB chu... | Michael Cahill | 2013-12-06 | 1 | -12/+12 |
* | | spelling | Michael Cahill | 2013-12-05 | 1 | -0/+1 |
|/ |
|
* | Copyright exception for generated Python script. | Michael Cahill | 2013-12-04 | 1 | -0/+1 |
* | Increase the default Bloom filter parameters so the false positive rate is mu... | Michael Cahill | 2013-12-04 | 1 | -2/+2 |
* | Add an alternative script to turn statistics logs into graphs using D3. | Michael Cahill | 2013-12-04 | 1 | -14/+5 |
* | Merge pull request #786 from wiredtiger/lsm-config-group | Alex Gorrod | 2013-12-03 | 1 | -36/+40 |
|\ |
|
| * | typo in my last change. | Keith Bostic | 2013-12-03 | 1 | -1/+1 |
| * | lines > 80 characters. | Keith Bostic | 2013-12-03 | 1 | -4/+4 |
| * | Merge branch 'develop' into lsm-config-group | Alex Gorrod | 2013-12-03 | 1 | -5/+5 |
| |\ |
|
| * | | Move LSM configuration options to be a group in WT_SESSION->create API. | Alex Gorrod | 2013-12-03 | 1 | -36/+40 |
* | | | Add a script that displays lines that could be joined, but don't run it | Keith Bostic | 2013-12-03 | 1 | -12/+38 |
| |/
|/| |
|
* | | whitespace | Michael Cahill | 2013-12-03 | 1 | -8/+8 |
|/ |
|
* | Respond to review comments for lsm_chunk_max configuration option. | Alex Gorrod | 2013-12-03 | 1 | -2/+4 |
* | Add a new lsm_chunk_max configuration option to WT_SESSION->create. | Alex Gorrod | 2013-12-03 | 1 | -0/+4 |
* | Track connection & session data handle sweeps consistently, move | Keith Bostic | 2013-11-30 | 1 | -1/+2 |
* | Use the same timestamp format in wtperf output as in statistics_log | Keith Bostic | 2013-11-27 | 1 | -2/+2 |
* | Add a connection statistic when checkpoint is running so statlog will | Keith Bostic | 2013-11-24 | 1 | -0/+3 |
* | Switch log_printf to use a log record in the same format as transactional ope... | Michael Cahill | 2013-11-21 | 2 | -4/+3 |
* | Cleanup warnings from s_all. | Michael Cahill | 2013-11-21 | 5 | -11/+25 |
* | Merge branch 'develop' into fine-grained-durability | Michael Cahill | 2013-11-21 | 2 | -0/+3 |
|\ |
|
| * | Clean up warnings from s_all. | Michael Cahill | 2013-11-21 | 2 | -0/+3 |