summaryrefslogtreecommitdiff
path: root/src/conn/conn_cache.c
AgeCommit message (Expand)Author
2014-09-12Review where we're passing WT_CONNECTION_IMPL instead of WT_SESSION_IMPL,Keith Bostic
2014-09-10Clean up the first test in __wt_cache_config (not-found is no longerKeith Bostic
2014-09-10Merging the wiredtiger_open configuration means we should never seeKeith Bostic
2014-09-10Fix some places we were passing the WT_CONNECTION_IMPL to underlying routines,Keith Bostic
2014-08-11Engage brain: applications have to use <group>=(<key>) syntax for nested conf...Michael Cahill
2014-08-11Move the new eviction settings into a group. We can transition older setting...Michael Cahill
2014-08-11Fix a bug in new eviction thread parsing.Alex Gorrod
2014-08-11Make dynamic eviction workers the default. #1143Alex Gorrod
2014-08-05Merge branch 'develop' into dynamic-evict-workersAlex Gorrod
2014-08-01Move eviction worker fields from cache into the connection, so they are alway...Michael Cahill
2014-08-01Move session creation out of worker threads: the session open can race with c...Michael Cahill
2014-07-31Start and stop eviction worker threads based on demand.Alex Gorrod
2011-12-20imported patch multiple-eviction-threadsMichael Cahill
2014-01-07Update copyright notices for 2014.Keith Bostic
2013-10-19API change: rework "run-time" and "tree-walk" statistics configuration.Keith Bostic
2013-10-17Merge branch 'develop' into statistics-splitKeith Bostic
2013-10-10Split statistics macros into two parts: run-time and everything else,Keith Bostic
2013-10-06Add support for tracking which spinlocks block other spinlocks andKeith Bostic
2013-10-04Move the serialization lock from WT_CONNECTION into WT_BTREE, the btreeKeith Bostic
2013-10-01Semantic sugar.Keith Bostic
2013-05-07Merge branch 'develop' into eviction-tuningAlex Gorrod
2013-05-01Give the LSM tree its own data-source statistics structure back, moveKeith Bostic
2013-04-24Changes to tune eviction loops based on profiling. Track more pages, but onl...Michael Cahill
2013-04-24Introduce a condition variable for application threads waiting for evictionAlex Gorrod
2013-04-24src/conn/conn_cache.c: function with return after a jump to an error labelMichael Cahill
2013-04-24Move allocation and freeing of the LRU queue out of the eviction thread: appl...Michael Cahill
2013-03-20Add a condition variable to signal when LSM checkpoints should start, rather ...Michael Cahill
2013-02-22Make run-time statistics optional, defaulted to "off".Keith Bostic
2013-02-16Fix shared cache so that reserve size is always initialized properly.Alex Gorrod
2013-02-15Fix shared cache so that it parses reserve option.Alex Gorrod
2013-01-31Merge branch 'develop' into sue.branchSusan LoVerso
2013-01-31Add __wt_cache_pages_dirty and make naming consistent.Susan LoVerso
2013-01-15Alter the shared cache min configuration to be called reserved.Alex Gorrod
2013-01-14Add the ability to specify a per-connection base size to participants inAlex Gorrod
2013-01-01Update copyright notice to 2013.Keith Bostic
2012-12-14Try to clear the LRU walk if waiting in the tree during a checkpoint.Michael Cahill
2012-12-12typo in my last commit, return "ret", it can be set.Keith Bostic
2012-12-12Don't ignore error returns from __wt_cond_destroy().Keith Bostic
2012-12-04Take care with error handling in condition variablesMichael Cahill
2012-11-29Remove statistics that were added for debugging.Alex Gorrod
2012-11-28Fix tracking of dirty pages. Add statistics for dirty pages.Alex Gorrod
2012-11-22Add partial implementation for tracking dirty pages in cache.Alex Gorrod
2012-11-09Move src/btree/bt_cache.c to src/conn/conn_cache.c also s_all.Alex Gorrod