| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #2537 from wiredtiger/wt-2435 | Michael Cahill | 2016-03-14 | 1 | -8/+7 |
|\ |
|
| * | WT-2345: __wt_evict_file_exclusive_on/off cleanups | Keith Bostic | 2016-02-29 | 1 | -8/+7 |
* | | WT-2391: De-prioritize eviction from indexes | Keith Bostic | 2016-03-06 | 1 | -0/+14 |
* | | WT-2391: De-prioritize eviction from indexes | Keith Bostic | 2016-03-06 | 1 | -11/+19 |
* | | WT-2391: De-prioritize eviction from indexes | Keith Bostic | 2016-03-06 | 1 | -13/+0 |
|/ |
|
* | Upgrade copyright notices from 2015 to 2016. | Keith Bostic | 2016-01-01 | 1 | -1/+1 |
* | SERVER-21585 Don't use the lookaside file until the cache is stuck full. | Alex Gorrod | 2015-11-23 | 1 | -11/+0 |
* | Coding standard compliance | Alex Gorrod | 2015-10-22 | 1 | -1/+1 |
* | WT-2178 When running in memory return an error if an operation would | Alex Gorrod | 2015-10-22 | 1 | -0/+16 |
* | WT-2178 When running in-memory don't block when the cache is full. | Alex Gorrod | 2015-10-22 | 1 | -0/+4 |
* | Boolean conversion for the rest of the btree code. | Keith Bostic | 2015-09-23 | 1 | -3/+3 |
* | WT-2122 Convert more expressions to use bool. In particular, make F_ISSET a ... | Michael Cahill | 2015-09-22 | 1 | -5/+4 |
* | WT-2093 Use the C99 bool type to clarify when functions return true/false. | Michael Cahill | 2015-09-08 | 1 | -4/+4 |
* | Merge branch 'develop' into wt-1967-evict-any | Keith Bostic | 2015-08-27 | 1 | -13/+8 |
|\ |
|
| * | whitespace | Michael Cahill | 2015-08-06 | 1 | -2/+2 |
| * | WT-2034 Make shared cache adjustments gradually to avoid pauses to applicatio... | Michael Cahill | 2015-08-06 | 1 | -13/+8 |
* | | Revert again -- we don't normally want aggressive eviction turned on all | Keith Bostic | 2015-08-07 | 1 | -1/+2 |
* | | Add simple strdup/malloc wrappers so we don't have to check for error | Keith Bostic | 2015-08-07 | 1 | -2/+1 |
* | | Revert a debugging change that got committed in f627304, we don't | Keith Bostic | 2015-08-07 | 1 | -1/+2 |
* | | Add 'pages read into cache requiring lookaside entries' and 'page | Keith Bostic | 2015-08-07 | 1 | -2/+1 |
* | | Only turn on the lookaside file support inside reconciliation when | Keith Bostic | 2015-08-05 | 1 | -42/+23 |
* | | Cherry-pick Michael's commit a2d0e2d: Disable all eviction (including | Keith Bostic | 2015-07-22 | 1 | -3/+3 |
|/ |
|
* | Merge branch 'develop' into evict-clean-throttle | Keith Bostic | 2015-06-23 | 1 | -3/+16 |
|\ |
|
| * | SERVER-18829 Have pages start in the middle of the LRU queue for eviction. | Michael Cahill | 2015-06-08 | 1 | -3/+16 |
* | | Split __wt_cache_full_check into two parts, a set of inline checks and | Keith Bostic | 2015-06-08 | 1 | -0/+89 |
* | | Merge __wt_eviction_check, __wt_cache_full_check and __wt_cache_wait | Keith Bostic | 2015-06-05 | 1 | -87/+0 |
|/ |
|
* | Add an eviction_dirty_trigger configuration setting. | Alex Gorrod | 2015-06-05 | 1 | -1/+1 |
* | Typo, wasn't clearing the evict/dirty return values by default. | Keith Bostic | 2015-05-27 | 1 | -1/+9 |
* | If the cache is large enough but there are too many dirty pages, don't | Keith Bostic | 2015-05-27 | 1 | -0/+34 |
* | Minor rewrite of __wt_eviction_check() to avoid work we don't have to do. | Keith Bostic | 2015-05-27 | 1 | -11/+18 |
* | Reorder a couple of functions, group the cache functions together. | Keith Bostic | 2015-05-26 | 1 | -27/+27 |
* | Rename the locking macros: use "handle list" lock consistently, make the sess... | Michael Cahill | 2015-04-30 | 1 | -2/+2 |
* | Flip cache overhead to apply to the allocated bytes rather than the total siz... | Michael Cahill | 2015-02-18 | 1 | -6/+27 |
* | Decrement the in-memory accounting value when discarding a page, stop using | Keith Bostic | 2015-01-29 | 1 | -1/+1 |
* | whitespace | Keith Bostic | 2015-01-27 | 1 | -1/+0 |
* | Merge branch 'develop' into memory-allocation | Michael Cahill | 2015-01-27 | 1 | -68/+7 |
|\ |
|
| * | Reorg code so that fast paths stay inlined, shift the slow part of full cache... | Michael Cahill | 2015-01-27 | 1 | -84/+7 |
| * | Two "real" changes: | Keith Bostic | 2015-01-23 | 1 | -1/+17 |
* | | Apply the cache size adjustment when checking if the cache is full. That sho... | Michael Cahill | 2015-01-27 | 1 | -0/+5 |
|/ |
|
* | Defer the cache full check from begin_transaction until the first operation t... | Michael Cahill | 2015-01-14 | 1 | -0/+59 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | Avoid stalls with LSM trees when the cache is full. | Michael Cahill | 2014-11-21 | 1 | -5/+5 |
* | Add a new per-session flag, WT_SESSION_CAN_WAIT, and only use sessions | Keith Bostic | 2014-08-13 | 1 | -0/+27 |
* | Simplify bulk-load flags vs. eviction, make it bulk-load's problem, | Keith Bostic | 2014-07-15 | 1 | -4/+3 |
* | Don't wait between pages when evicting multiple pages in cache full check. | Alex Gorrod | 2014-06-27 | 1 | -0/+2 |
* | comment typo | Keith Bostic | 2014-06-25 | 1 | -1/+1 |
* | Slightly shuffle some code in __wt_cache_full_check() to minimize the | Keith Bostic | 2014-06-24 | 1 | -20/+34 |
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 1 | -1/+1 |
* | Avoid bouncing the session cursor count between zero and one when searching a... | Michael Cahill | 2013-12-10 | 1 | -2/+1 |
* | Back out the change to spin in eviction before waiting: it doesn't seem to he... | Michael Cahill | 2013-11-26 | 1 | -11/+7 |