summaryrefslogtreecommitdiff
path: root/src/include/cache.h
Commit message (Expand)AuthorAgeFilesLines
* WT-3191 lint (#3310)Keith Bostic2017-02-211-0/+9
* WT-3113 Add a verbose mode to dump the cache when eviction is stuck. (#3234)Keith Bostic2017-01-251-1/+1
* SERVER-26545 Remove fixed-size limitation on WiredTiger hazard pointers (#3187)Keith Bostic2016-12-151-0/+2
* WT-2969 Possible snapshot corruption during compaction (#3160)Keith Bostic2016-12-061-2/+2
* WT-1592 Add per-dhandle current cache usage statistics (#3062)Alex Gorrod2016-10-141-0/+1
* WT-2924 Ensure we are doing eviction when threads are waiting for it (#3061)Keith Bostic2016-09-251-1/+1
* WT-2924 Ensure we are doing eviction when threads are waiting for it. (#3056)Michael Cahill2016-09-231-1/+1
* WT-2902 Track per-tree the efficiency of eviction walks. (#3036)Michael Cahill2016-09-141-1/+0
* WT-2901 Make checkpoint scrubbing configurable. (#3029)Michael Cahill2016-09-091-3/+5
* WT-2233 Make aggressive / stuck a sliding scale rather than booleans. (#3022)Michael Cahill2016-09-081-31/+38
* WT-2866 Implement Sue's review feedback on WT-2816. (#3003)Michael Cahill2016-08-311-2/+12
* WT-2816 General improvements to WiredTiger eviction performance (#2949)Michael Cahill2016-08-261-11/+18
* WT-2846 Fix bugs related to reconfiguring eviction settings. (#2973)Alex Gorrod2016-08-251-14/+0
* WT-2764 Replace write leaves phase of checkpoints. (#2876)Michael Cahill2016-08-031-5/+12
* WT-2793 Enhance statistics related to overflow values (#2912)sueloverso2016-07-281-1/+0
* WT-2665 Limit allocator fragmentation from the WiredTiger cache (#2799)Michael Cahill2016-06-301-12/+13
* WT-2729 Focus eviction on the largest trees in cache. (#2832)Michael Cahill2016-06-281-1/+1
* WT-2704 Fix bug in diagnostic code tracking duration of stuck cache. (#2820)sueloverso2016-06-221-0/+1
* WT-2698 Change flag into atomically manipulated field to avoid deadlock. (#2796)sueloverso2016-06-141-6/+9
* WT-2664 Add ability for eviction workers to populate eviction queues. (#2651)Michael Cahill2016-06-031-3/+14
* WT-2546 Compute eviction values without using stat fields.Susan LoVerso2016-04-141-1/+3
* WT-2453 Add some stats about the eviction queue being empty.Susan LoVerso2016-04-121-1/+0
* WT-2453 Add multiple eviction queues.Susan LoVerso2016-03-251-5/+18
* WT-2476 - Revert changing the cache evict_walk_lock to the btree evict_lockDavid Hows2016-03-151-0/+1
* Merge pull request #2537 from wiredtiger/wt-2435Michael Cahill2016-03-141-1/+0
|\
| * WT-2345: __wt_evict_file_exclusive_on/off cleanupsKeith Bostic2016-02-291-1/+0
* | WT-2391: De-prioritize eviction from indexesKeith Bostic2016-03-061-1/+3
* | WT-2391: De-prioritize eviction from indexesKeith Bostic2016-03-061-2/+0
|/
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2260 Avoid adding internal pages to the eviction queue.Alex Gorrod2015-12-041-1/+1
* WT-2206: The cache operations, WT_SYNC_CHECKPOINT, WT_SYNC_CLOSE,Keith Bostic2015-11-091-0/+8
* WT-2155 Remove last use of F_CAS_ATOMIC and the associated macro.Alex Gorrod2015-10-011-3/+4
* WT-2100 Rename evict to evict_queue so it's easier to search for.Alex Gorrod2015-09-111-1/+1
* Merge branch 'develop' into wt-1967-evict-anyKeith Bostic2015-08-271-0/+2
|\
| * WT-2065 Add a quota to shared cache configuration.Alex Gorrod2015-08-271-0/+2
* | Only turn on the lookaside file support inside reconciliation whenKeith Bostic2015-08-051-5/+9
|/
* Fixup shared cache per review comments.Alex Gorrod2015-07-021-7/+5
* Use more information when distributing a shared cache.Alex Gorrod2015-06-261-2/+10
* SERVER-18829 Have pages start in the middle of the LRU queue for eviction.Michael Cahill2015-06-081-0/+2
* Switch back to using booleans instead of #defines for boolean argumentsKeith Bostic2015-06-051-3/+0
* whitespaceKeith Bostic2015-06-051-1/+1
* Add an eviction_dirty_trigger configuration setting.Alex Gorrod2015-06-051-0/+1
* Revert rename of WT_EVICT_PAGE_EXCLUSIVE to WT_EVICT_EXCLUSIVE,Keith Bostic2015-05-281-1/+1
* Finish cleaning up the eviction flags:Keith Bostic2015-05-271-0/+3
* Whitespace.Keith Bostic2015-05-271-2/+2
* Remove sync_request, sync_complete, Michael notes they're no longer used.Keith Bostic2015-05-261-6/+0
* Add statistics to track internal/overflow/leaf pages in cache.Alex Gorrod2015-03-241-0/+2
* Reverse the direction of the LRU walk each time the eviction server goes to s...Michael Cahill2015-03-021-3/+4
* Merge pull request #1681 from wiredtiger/mongo-evictionMichael Cahill2015-02-191-3/+4
|\
| * Make the eviction walk incremental: don't spend too long in any one file, fix...Michael Cahill2015-02-171-3/+4