summaryrefslogtreecommitdiff
path: root/src/conn/conn_cache.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2858 Rename wtperf's CONFIG structure (#3065)Keith Bostic2016-09-281-6/+3
* WT-2931 Enforce limits on dirty data for in-memory. (#3064)Michael Cahill2016-09-271-36/+30
* WT-2910 When running in-memory, only evict dirty pages. (#3044)Michael Cahill2016-09-161-0/+14
* WT-2901 Make checkpoint scrubbing configurable. (#3029)Michael Cahill2016-09-091-1/+16
* WT-2886 Ignore dirty eviction settings when in_memory is true. (#3018)Michael Cahill2016-09-051-5/+12
* WT-2816 General improvements to WiredTiger eviction performance (#2949)Michael Cahill2016-08-261-3/+5
* WT-2846 Fix bugs related to reconfiguring eviction settings. (#2973)Alex Gorrod2016-08-251-15/+17
* WT-2764 Replace write leaves phase of checkpoints. (#2876)Michael Cahill2016-08-031-3/+6
* WT-2793 Enhance statistics related to overflow values (#2912)sueloverso2016-07-281-5/+3
* WT-2665 Limit allocator fragmentation from the WiredTiger cache (#2799)Michael Cahill2016-06-301-8/+17
* WT-2729 Focus eviction on the largest trees in cache. (#2832)Michael Cahill2016-06-281-1/+1
* SERVER-24580 Add more eviction stats to track efficiency. (#2830)Michael Cahill2016-06-231-0/+8
* WT-2664 Add ability for eviction workers to populate eviction queues. (#2651)Michael Cahill2016-06-031-0/+10
* Fix to a bug where stats were not reported correctly if the user configured t...Sasha Fedorova2016-04-221-6/+0
* WT-2546 Compute eviction values without using stat fields.Susan LoVerso2016-04-141-0/+6
* WT-2453 Add multiple eviction queues.Susan LoVerso2016-03-251-5/+15
* WT-2476 - Revert changing the cache evict_walk_lock to the btree evict_lockDavid Hows2016-03-151-0/+2
* Merge pull request #2537 from wiredtiger/wt-2435Michael Cahill2016-03-141-2/+0
|\
| * WT-2345: __wt_evict_file_exclusive_on/off cleanupsKeith Bostic2016-02-291-2/+0
* | Merge branch 'develop' into wt-2318-auto-cond-varSusan LoVerso2016-03-101-0/+6
|\ \
| * | WT-2391: De-prioritize eviction from indexesKeith Bostic2016-03-061-1/+1
| * | WT-2391: De-prioritize eviction from indexesKeith Bostic2016-03-061-0/+6
| |/
* | WT-2318 Add implementation for auto adjusting condition variables.Alex Gorrod2016-03-041-3/+3
|/
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* Boolean conversion pass over os_posix.Keith Bostic2015-09-241-2/+2
* Boolean conversion pass through block, conn and evict.Keith Bostic2015-09-231-3/+3
* WT-2122 Convert more expressions to use bool. In particular, make F_ISSET a ...Michael Cahill2015-09-221-1/+1
* WT-2100 Rename evict to evict_queue so it's easier to search for.Alex Gorrod2015-09-111-2/+3
* WT-2029, improve scalability of statisticsKeith Bostic2015-08-151-12/+16
* Add an eviction_dirty_trigger configuration setting.Alex Gorrod2015-06-051-0/+3
* Add back bytes_internal and modify bytes internal when evictingDavid Hows2015-05-061-0/+1
* Fix some issues with cache leaf size accounting for statistics.Alex Gorrod2015-05-051-5/+11
* Move the "cache is empty" check to where the cache is destoyed, not when the ...Michael Cahill2015-04-201-0/+16
* Add statistics to track internal/overflow/leaf pages in cache.Alex Gorrod2015-03-241-0/+6
* eviction_workers_XXX are uint32_t's, be consistent in handling them.Keith Bostic2015-03-031-4/+3
* Don't set eviction_workers_min/eviction_workers_max in the connectionKeith Bostic2015-03-031-3/+6
* __wt_cache_config_local is private to conn_cache.c, rename it to beKeith Bostic2015-03-031-51/+50
* Handle switching to a shared cache in reconfigure.Alex Gorrod2015-03-031-3/+10
* Fixup per s_all.Alex Gorrod2015-03-031-3/+4
* Fix a bug in the reconfigure API related to shared cache quotas.Alex Gorrod2015-03-031-15/+44
* Flip cache overhead to apply to the allocated bytes rather than the total siz...Michael Cahill2015-02-181-4/+5
* Apply the cache size adjustment when checking if the cache is full. That sho...Michael Cahill2015-01-271-6/+2
* Clean up statistics -- leave cache_bytes_max alone, create a newKeith Bostic2015-01-231-2/+4
* Loss of sign in promotion from long long to unsigned long longKeith Bostic2015-01-231-1/+2
* Add the cache_overhead configuration string to allow applications to configureKeith Bostic2015-01-221-0/+5
* Track the largest in-memory page size we've been called on to evict.Keith Bostic2015-01-101-0/+2
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Most WiredTiger calloc calls are to allocate a single structure,Keith Bostic2014-12-151-1/+1
* Review where we're passing WT_CONNECTION_IMPL instead of WT_SESSION_IMPL,Keith Bostic2014-09-121-4/+4
* Clean up the first test in __wt_cache_config (not-found is no longerKeith Bostic2014-09-101-11/+9