summaryrefslogtreecommitdiff
path: root/src/evict
Commit message (Expand)AuthorAgeFilesLines
* WT-3271 Prevent integer overflow in eviction tuning. (#3379)mongodb-3.5.7mongodb-3.5.6mongodb-3.4.4Michael Cahill2017-04-111-17/+19
* WT-3190 perform a complete re-tune of eviction workers every 30 seconds. (#3324)Alexandra (Sasha) Fedorova2017-03-301-21/+62
* WT-98 Update the current cursor value without a search (#3330)Keith Bostic2017-03-241-2/+2
* WT-3224 Prevent splits in LSM primaries (#3335)Keith Bostic2017-03-171-2/+2
* WT-3216 changes suggested by clang-tidy (#3328)Keith Bostic2017-03-171-5/+7
* WT-3203 bulk-load state changes can race (#3318)Keith Bostic2017-03-032-32/+14
* WT-3193 Close a race between verify and the eviction server (#3311)Keith Bostic2017-02-282-8/+28
* Reduced the time that the eviction server has to wait for every data point me...Sasha Fedorova2017-02-221-1/+1
* WT-3191 lint (#3310)Keith Bostic2017-02-211-4/+4
* WT-3149 Fix a compiler warning on OS X. I guess I shouldn't try to future pro...Alex Gorrod2017-02-201-3/+0
* WT-3149 Use a range of eviction walk start points. (#3305)Alex Gorrod2017-02-201-19/+32
* WT-3149 Have eviction choose a random point when walking a tree. (#3285)Alex Gorrod2017-02-141-8/+20
* WT-3170 Change when eviction walk point is saved, cleanup splits. (#3284)Alex Gorrod2017-02-131-18/+31
* WT-3111 util_create() doesnt free memory assigned to "uri" (#3279)Keith Bostic2017-02-061-3/+2
* WT-3148 Improve efficiency of eviction with many small trees. (#3264)Michael Cahill2017-02-031-24/+71
* WT-3150 Fix: don't spin forever during eviction interrupts. (#3276)Michael Cahill2017-02-031-1/+3
* WT-3150 Reduce impact of checkpoints on eviction. (#3265)Michael Cahill2017-02-021-2/+16
* WT-3115 Convert the dhandle list lock into a read/write lock. (#3236)Alex Gorrod2017-02-012-25/+27
* WT-3097 Avoid waiting for threads to timeout during close (#3253)Keith Bostic2017-01-251-7/+9
* WT-3113 Add a verbose mode to dump the cache when eviction is stuck. (#3234)Keith Bostic2017-01-251-233/+137
* WT-3105 Avoid thread group deadlock on close in new dynamic eviction code. (#...sueloverso2017-01-171-6/+23
* WT-3105 Create all eviction sessions initially to avoid deadlock. (#3237)sueloverso2017-01-101-27/+5
* WT-3112 Time the eviction try-lock for the dhandle overall, not per-attempt (...sueloverso2017-01-091-21/+57
* WT-3112 Add lock statistics to try_lock path. (#3233)sueloverso2017-01-061-2/+2
* WT-2898 Improve performance of eviction-heavy workloads by dynamically contro...Keith Bostic2017-01-041-1/+1
* WT-3099 lint: static function declarations, non-text characters in documentat...Keith Bostic2017-01-041-6/+4
* WT-2898 evict dynamic workers (#3039)Alexandra (Sasha) Fedorova2016-12-281-12/+192
* WT-3086 lint. (#3217)Michael Cahill2016-12-231-3/+1
* WT-3093 Reduce the size of WT_PAGE. (#3212)Keith Bostic2016-12-231-1/+1
* WT-3086 Add information about transaction state to cache stuck diagnostics (#...Alex Gorrod2016-12-231-30/+158
* SERVER-26545 Remove fixed-size limitation on WiredTiger hazard pointers (#3187)Keith Bostic2016-12-152-4/+12
* WT-3057 WiredTiger hazard pointers should use the WT_REF, not the WT_PAGE. (#...Keith Bostic2016-12-081-2/+2
* WT-2960 Reduce likelihood of using the lookaside file, especially when insert...Keith Bostic2016-12-072-30/+41
* WT-2969 Possible snapshot corruption during compaction (#3160)Keith Bostic2016-12-061-2/+2
* WT-3028 Don't check for blocked eviction with in-memory workloads. (#3159)Michael Cahill2016-11-291-2/+9
* WT-3028 Count eviction of dirty pages as progress. (#3158)Michael Cahill2016-11-251-13/+2
* WT-3023 Don't treat splits as eviction making progress. (#3151)Michael Cahill2016-11-162-3/+16
* WT-3015 Change when we will evict internal pages (#3146)David Hows2016-11-151-1/+1
* WT-2964 Walk for longer when only looking for dirty pages (#3123)Michael Cahill2016-11-041-20/+14
* WT-2964 Alter evict walk to not fill all its slots with internal pages when r...David Hows2016-11-031-4/+4
* WT-2954 Enable fast appends with small in-memory pages. (#3094)Michael Cahill2016-10-241-3/+3
* WT-2974 lint (#3095)Keith Bostic2016-10-171-23/+11
* WT-1592 Add per-dhandle current cache usage statistics (#3062)Alex Gorrod2016-10-142-0/+152
* WT-2965 Remove sleep and retry loop from __evict_exclusive (#3091)David Hows2016-10-121-11/+2
* WT-2963 Fix a race bounding eviction intiny caches. (#3090)Michael Cahill2016-10-111-7/+4
* WT-2937 Fix a warning. (#3084)Michael Cahill2016-10-071-4/+4
* WT-2937 Only do an eviction walk after a page has been taken from the current...Michael Cahill2016-10-071-36/+38
* WT-2948 simplify error handling by making __wt_epoch return never fail (#3080)Keith Bostic2016-10-071-10/+13
* WT-2920 New eviction statistics (#3076)Keith Bostic2016-10-041-6/+28
* WT-2933 Fix a race between named snapshots and checkpoints. (#3068)Michael Cahill2016-10-041-1/+1