summaryrefslogtreecommitdiff
path: root/src/conn/conn_cache.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merging the wiredtiger_open configuration means we should never seeKeith Bostic2014-09-101-24/+13
* Fix some places we were passing the WT_CONNECTION_IMPL to underlying routines,Keith Bostic2014-09-101-7/+7
* Engage brain: applications have to use <group>=(<key>) syntax for nested conf...Michael Cahill2014-08-111-2/+2
* Move the new eviction settings into a group. We can transition older setting...Michael Cahill2014-08-111-4/+4
* Fix a bug in new eviction thread parsing.Alex Gorrod2014-08-111-17/+16
* Make dynamic eviction workers the default. #1143Alex Gorrod2014-08-111-1/+20
* Merge branch 'develop' into dynamic-evict-workersAlex Gorrod2014-08-051-1/+1
|\
| * Move eviction worker fields from cache into the connection, so they are alway...Michael Cahill2014-08-011-1/+1
| * Move session creation out of worker threads: the session open can race with c...Michael Cahill2014-08-011-1/+1
* | Start and stop eviction worker threads based on demand.Alex Gorrod2014-07-311-2/+2
|/
* imported patch multiple-eviction-threadsMichael Cahill2011-12-201-0/+5
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* API change: rework "run-time" and "tree-walk" statistics configuration.Keith Bostic2013-10-191-4/+0
* Merge branch 'develop' into statistics-splitKeith Bostic2013-10-171-2/+2
|\
| * Add support for tracking which spinlocks block other spinlocks andKeith Bostic2013-10-061-2/+2
* | Split statistics macros into two parts: run-time and everything else,Keith Bostic2013-10-101-7/+5
|/