summaryrefslogtreecommitdiff
path: root/src/lsm/lsm_stat.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2969 Possible snapshot corruption during compaction (#3160)Keith Bostic2016-12-061-1/+1
* WT-1592 Add per-dhandle current cache usage statistics (#3062)Alex Gorrod2016-10-141-11/+11
* WT-2859 Restructure statistics gathering macros (#3016)Sulabh Mahajan2016-09-141-13/+15
* WT-2822 panic mutex and other functions that cannot fail (#2952)Keith Bostic2016-08-161-2/+2
* WT-2378 Always wait for the handle list lock.Michael Cahill2016-02-031-1/+1
* WT-2333 Make the "ret" variable explicit in lock macros.Michael Cahill2016-01-221-2/+2
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* Repurpose WT_STAT_WRITE to update a single field in a single statsKeith Bostic2015-11-301-14/+17
* WT-1315. Support statistics on join cursors.Don Anderson2015-11-171-3/+3
* Boolean conversion pass over lsm.Keith Bostic2015-09-241-4/+4
* WT-2029, improve scalability of statisticsKeith Bostic2015-08-151-25/+38
* Add a "statistics=(size)" mode to statistics cursors that just gets the files...Michael Cahill2015-06-051-3/+4
* Rename the locking macros: use "handle list" lock consistently, make the sess...Michael Cahill2015-04-301-1/+1
* Push renaming down into `api_data.py`, replacing lower-case handleKeith Bostic2015-04-211-2/+2
* Cache a maximum of 2MB per session for scratch buffers (configurable via an u...Michael Cahill2015-01-051-1/+1
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* whitespaceKeith Bostic2014-11-221-2/+1
* No chunks exist before an item is inserted into the tree. Initialize theKeith Bostic2014-11-221-9/+5
* Move a comment from the function header to the code that implements it.Keith Bostic2014-11-141-3/+4
* whitespaceKeith Bostic2014-11-141-1/+0
* Fix use of the table lock, which prevents tables from being opened when parti...Michael Cahill2014-11-141-3/+23
* Add a lock around table operations, so that cursor opens don't see tables hal...Michael Cahill2014-11-131-20/+8
* Split the schema lock into a lock that prevents concurrent schema-changing op...Michael Cahill2014-11-131-1/+1
* Change read/write locks to no longer track if an exclusive lock wasKeith Bostic2014-10-281-2/+2
* Change from using separate fields to define stat states to flags.Alex Gorrod2014-06-251-5/+6
* Don't create an illegal config string.Susan LoVerso2014-02-261-1/+1
* Switch LSM chunks back to ordinary flags, protected by the LSM tree lock.Michael Cahill2014-01-131-3/+3
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Switch to atomic flags for LSM chunks, to avoid racing when setting merge flags.Michael Cahill2013-12-121-3/+4
* Give statistics' integer IDs separate namespaces.Keith Bostic2013-11-191-2/+2
* LSM optimizations:Michael Cahill2013-11-191-1/+1
* Fix lsm_chunk_count statistic.Alex Gorrod2013-11-181-1/+3
* Move the LSM tree lock inside the schema lock.Michael Cahill2013-11-061-27/+21
* API change: rework "run-time" and "tree-walk" statistics configuration.Keith Bostic2013-10-191-26/+19
* Merge branch 'develop' into statistics-splitKeith Bostic2013-10-171-1/+1
|\
| * Merge branch 'develop' into lsm-bloom-newestMichael Cahill2013-10-151-24/+53
| |\
* | \ Merge branch 'develop' into statistics-splitKeith Bostic2013-10-141-3/+27
|\ \ \ | | |/ | |/|
| * | Minor code shuffling, create a single statistics-cursor-init wrapperKeith Bostic2013-10-141-3/+27
* | | Merge branch 'develop' into statistics-splitKeith Bostic2013-10-141-21/+26
|\ \ \ | |/ /
| * | Quit allocating the statistics cursor's stat structures separately fromKeith Bostic2013-10-121-6/+4
| * | Make the allocation code for an aggregate statistics structure look theKeith Bostic2013-10-121-3/+6
| * | Copy one set of statistics from the first chunk, otherwise base statisticsKeith Bostic2013-10-121-11/+19
| * | The stat "clear" function isn't correct for initialization because itKeith Bostic2013-10-111-8/+4
| |/
* | Split statistics macros into two parts: run-time and everything else,Keith Bostic2013-10-101-10/+6
|/
* Add WT_CURSOR_STATS to return a reference to a statistic cursor's stats,Keith Bostic2013-05-011-4/+2
* Be explicit, we're turning on a set of flags.Keith Bostic2013-05-011-4/+4
* Give the LSM tree its own data-source statistics structure back, moveKeith Bostic2013-05-011-27/+18
* Add support for aggregating data-source statistics, currently onlyKeith Bostic2013-04-301-79/+88
* More work on data-source configuration support.Keith Bostic2013-04-111-2/+2
* Support new configuration options added by the applications, using a newKeith Bostic2013-04-091-2/+2