summaryrefslogtreecommitdiff
path: root/src/lsm/lsm_manager.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2499 Fix a race in LSM between setting and checking WT_LSM_TREE_ACTIVE.Alex Gorrod2016-03-211-2/+2
* WT-2471: review WiredTiger "int" printf formatsKeith Bostic2016-03-111-2/+4
* WT-2349 Changes from review comments. Add WT-specific error codes.Susan LoVerso2016-02-161-0/+1
* WT-2349 Add URI prefixes to test. Fix some LSM manager issues.Susan LoVerso2016-02-091-1/+5
* WT-2349 Initial addition of readonly configuration option.Susan LoVerso2016-02-041-0/+2
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2220 Split WT_TIMEDIFF macro into unit specific macros.Alex Gorrod2015-11-171-2/+1
* WT-2149: open private lookaside cursors as part of creating an internalKeith Bostic2015-09-301-3/+5
* Boolean conversion pass over session.Keith Bostic2015-09-241-1/+1
* Boolean conversion pass over lsm.Keith Bostic2015-09-241-7/+7
* Rename atomic functions from number of bytes to number of bits.Keith Bostic2015-08-131-4/+4
* Merge branch 'develop' into wt-2025-inline-atomic-functionsKeith Bostic2015-08-131-10/+4
|\
| * WT-2038: Simplify some of the TAILQ remove loops, found by inspection.Keith Bostic2015-08-131-10/+4
* | WT-2025: Inline the gcc/lint (but not the Windows) atomic functions soKeith Bostic2015-08-061-4/+4
|/
* Fixup per review comments, and general tidy.Alex Gorrod2015-06-041-1/+2
* Split LSM verbose into two categories.Alex Gorrod2015-06-021-1/+2
* Move LSM aggressive merge calculation into merge code.Alex Gorrod2015-06-011-41/+1
* Access the LSM tree directly instead of through the entry.Alex Gorrod2015-05-191-2/+2
* Increment queue_ref count before checking flag. WT-1935Susan LoVerso2015-05-181-13/+25
* Fix a race on shutdown in LSM.Alex Gorrod2015-05-181-0/+8
* Add a "WT_" prefix to the many TXN_* macros in use inside WiredTiger.Michael Cahill2015-05-111-1/+1
* Rename the locking macros: use "handle list" lock consistently, make the sess...Michael Cahill2015-04-301-3/+3
* whitespaceKeith Bostic2015-04-241-2/+1
* Use beginthreadex, and ensure we use the correct C calling conventions in all...Mark Benvenuto2015-03-251-3/+3
* Allow size-limited LSM trees to have Bloom filters, based on the normal confi...Michael Cahill2015-02-101-4/+11
* Add a mode to LSM where we can limit the size of data in the tree.Alex Gorrod2015-02-091-0/+8
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Merge pull request #1465 from wiredtiger/lsm-cleanupsueloverso2014-12-151-4/+18
|\
| * whitespaceMichael Cahill2014-12-121-1/+0
| * Fix copy-paste error.Alex Gorrod2014-12-121-3/+3
| * Have LSM worker reconfigure work with min workers.Alex Gorrod2014-12-121-7/+21
| * Minor cleanup. #1447Susan LoVerso2014-12-111-7/+8
* | Most WiredTiger calloc calls are to allocate a single structure,Keith Bostic2014-12-151-1/+1
|/
* Fix new test for LSM workers max.Alex Gorrod2014-12-081-1/+1
* Tidy up previous change. Remove dead code.Alex Gorrod2014-12-081-22/+1
* If there are only two LSM worker threads, don't let the cache get full.Alex Gorrod2014-12-081-27/+37
* The LSM manager thread needs the handle list to walk the list of LSM trees.Michael Cahill2014-11-261-13/+25
* If a server thread exits with an error, panic.Keith Bostic2014-11-071-1/+1
* Add size specific atomics for 1, 4 & 8 byte atomic operationsMark Benvenuto2014-10-031-2/+2
* Close the LSM manager session, not just the workers.Alex Gorrod2014-09-261-5/+2
* Only free LSM worker sessions if they are initialized.Alex Gorrod2014-09-261-10/+10
* Free all LSM worker sessions.Alex Gorrod2014-09-261-1/+1
* Fix unused var warnings.Susan LoVerso2014-09-251-6/+0
* Merge branch 'develop' into lsm-threadsSusan LoVerso2014-09-251-2/+4
|\
| * Fix which half of LSM workers can handle merges. #1247Susan LoVerso2014-09-251-2/+3
* | Decrement lsm_workers. #1237Susan LoVerso2014-09-251-0/+4
* | Add reconfigure support for LSM manager #1237Susan LoVerso2014-09-231-30/+129
* | LSM configuration and thread management changes to lay the foundationSusan LoVerso2014-09-231-21/+25
|/
* Comments, cleanup and fix an error path. #1208Susan LoVerso2014-09-181-1/+1
* Add stat to count number of times we reach queue_ref maximum. #1230Susan LoVerso2014-09-181-5/+11