summaryrefslogtreecommitdiff
path: root/src/include/cache.i
AgeCommit message (Expand)Author
2016-09-23WT-2924 Ensure we are doing eviction when threads are waiting for it. (#3056)Michael Cahill
2016-09-09WT-2901 Make checkpoint scrubbing configurable. (#3029)Michael Cahill
2016-09-08WT-2233 Make aggressive / stuck a sliding scale rather than booleans. (#3022)Michael Cahill
2016-08-26WT-2816 General improvements to WiredTiger eviction performance (#2949)Michael Cahill
2016-08-10WT-2816 Improve calculation of pages to walk in different cache modes. (#2936)Michael Cahill
2016-08-03WT-2764 Replace write leaves phase of checkpoints. (#2876)Michael Cahill
2016-06-30WT-2665 Limit allocator fragmentation from the WiredTiger cache (#2799)Michael Cahill
2016-05-26WT-2660 Fill in pct_full before returning. (#2751)sueloverso
2016-05-26WT-2660 Fix a hang between eviction and connection close (#2747)sueloverso
2016-03-14Merge pull request #2537 from wiredtiger/wt-2435Michael Cahill
2016-03-06WT-2391: De-prioritize eviction from indexesKeith Bostic
2016-03-06WT-2391: De-prioritize eviction from indexesKeith Bostic
2016-03-06WT-2391: De-prioritize eviction from indexesKeith Bostic
2016-02-29WT-2345: __wt_evict_file_exclusive_on/off cleanupsKeith Bostic
2016-01-01Upgrade copyright notices from 2015 to 2016.Keith Bostic
2015-11-23SERVER-21585 Don't use the lookaside file until the cache is stuck full.Alex Gorrod
2015-10-22Coding standard complianceAlex Gorrod
2015-10-22WT-2178 When running in memory return an error if an operation wouldAlex Gorrod
2015-10-22WT-2178 When running in-memory don't block when the cache is full.Alex Gorrod
2015-09-23Boolean conversion for the rest of the btree code.Keith Bostic
2015-09-22WT-2122 Convert more expressions to use bool. In particular, make F_ISSET a ...Michael Cahill
2015-09-08WT-2093 Use the C99 bool type to clarify when functions return true/false.Michael Cahill
2015-08-27Merge branch 'develop' into wt-1967-evict-anyKeith Bostic
2015-08-07Revert again -- we don't normally want aggressive eviction turned on allKeith Bostic
2015-08-07Add simple strdup/malloc wrappers so we don't have to check for errorKeith Bostic
2015-08-07Revert a debugging change that got committed in f627304, we don'tKeith Bostic
2015-08-07Add 'pages read into cache requiring lookaside entries' and 'pageKeith Bostic
2015-08-06whitespaceMichael Cahill
2015-08-06WT-2034 Make shared cache adjustments gradually to avoid pauses to applicatio...Michael Cahill
2015-08-05Only turn on the lookaside file support inside reconciliation whenKeith Bostic
2015-07-22Cherry-pick Michael's commit a2d0e2d: Disable all eviction (includingKeith Bostic
2015-06-23Merge branch 'develop' into evict-clean-throttleKeith Bostic
2015-06-08SERVER-18829 Have pages start in the middle of the LRU queue for eviction.Michael Cahill
2015-06-08Split __wt_cache_full_check into two parts, a set of inline checks andKeith Bostic
2015-06-05Merge __wt_eviction_check, __wt_cache_full_check and __wt_cache_waitKeith Bostic
2015-06-05Add an eviction_dirty_trigger configuration setting.Alex Gorrod
2015-05-27Typo, wasn't clearing the evict/dirty return values by default.Keith Bostic
2015-05-27If the cache is large enough but there are too many dirty pages, don'tKeith Bostic
2015-05-27Minor rewrite of __wt_eviction_check() to avoid work we don't have to do.Keith Bostic
2015-05-26Reorder a couple of functions, group the cache functions together.Keith Bostic
2015-04-30Rename the locking macros: use "handle list" lock consistently, make the sess...Michael Cahill
2015-02-18Flip cache overhead to apply to the allocated bytes rather than the total siz...Michael Cahill
2015-01-29Decrement the in-memory accounting value when discarding a page, stop usingKeith Bostic
2015-01-27whitespaceKeith Bostic
2015-01-27Merge branch 'develop' into memory-allocationMichael Cahill
2015-01-27Apply the cache size adjustment when checking if the cache is full. That sho...Michael Cahill
2015-01-27Reorg code so that fast paths stay inlined, shift the slow part of full cache...Michael Cahill
2015-01-23Two "real" changes:Keith Bostic
2015-01-14Defer the cache full check from begin_transaction until the first operation t...Michael Cahill
2015-01-04Copyright notices: add MongoDB, update to 2015.Keith Bostic