summaryrefslogtreecommitdiff
path: root/src/btree/bt_stat.c
Commit message (Expand)AuthorAgeFilesLines
* WT-3093 Reduce the size of WT_PAGE. (#3212)Keith Bostic2016-12-231-2/+1
* WT-2771 Add a statistic to track per-btree dirty cache usage. (#3207)Michael Cahill2016-12-201-0/+2
* WT-2974 lint (#3095)Keith Bostic2016-10-171-1/+1
* WT-1592 Add per-dhandle current cache usage statistics (#3062)Alex Gorrod2016-10-141-5/+24
* WT-2751 column-store statistics incorrectly calculates the number of entries ...Keith Bostic2016-07-071-1/+1
* WT-2729 Focus eviction on the largest trees in cache. (#2832)Michael Cahill2016-06-281-0/+3
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2262 Split btree walk into separate walk functions.Alex Gorrod2015-12-141-1/+1
* Merge branch 'develop' into WT-2262Keith Bostic2015-12-111-2/+2
|\
| * Repurpose WT_STAT_WRITE to update a single field in a single statsKeith Bostic2015-11-301-2/+2
* | WT-2262: don't overload the __wt_tree_walk walkcntp variable, use a newKeith Bostic2015-12-101-2/+2
|/
* Boolean conversion for the rest of the btree code.Keith Bostic2015-09-231-4/+4
* Add a statistics value to track column-store RLE encoded values, so it'sKeith Bostic2015-09-061-3/+7
* WT-2029, improve scalability of statisticsKeith Bostic2015-08-151-39/+42
* Merge branch 'stat-kv-pair' of https://github.com/wiredtiger/wiredtiger into ...Don Anderson2015-03-121-1/+0
|\
| * bt_stat.c:76:17: error: variable 'pindex' set but not usedKeith Bostic2015-03-121-10/+0
* | Fix to track deleted cells.Don Anderson2015-03-121-10/+3
|/
* Made some adjustments to stats so that the btree entries is an accurateDon Anderson2015-03-111-4/+6
* Add overflow key/value counts to the statistics code, reference #1520, #1703.Keith Bostic2015-03-021-42/+113
* Make the eviction walk incremental: don't spend too long in any one file, fix...Michael Cahill2015-02-171-2/+2
* Clear the btree object statistics we're about to count, otherwise eachKeith Bostic2015-02-151-0/+12
* Wrap calls to functions using pindex with WT_WITH_PAGE_INDEX.Susan LoVerso2015-02-021-2/+5
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Separate the btree maximum key/value sizes from the underlying pageKeith Bostic2014-12-091-2/+3
* Change from using separate fields to define stat states to flags.Alex Gorrod2014-06-251-1/+1
* Obscure the name of the internal page's index so code more naturallyKeith Bostic2014-03-311-4/+6
* Experimental change: move the WT_PAGE.{parent,ref_hint} fields into theKeith Bostic2014-03-291-4/+5
* Switch the WT_PAGE union #defines from pu_xxx to pg_xxx.Keith Bostic2014-02-241-3/+3
* It's dangerous to reach down into the WT_PAGE_INDEX structure (and doingKeith Bostic2014-02-161-2/+4
* Add a new level of indirection on internal pages so there's a way toKeith Bostic2014-02-051-3/+3
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Better testing of the "fast" configuration, fix a bug, the btree codeKeith Bostic2013-10-191-2/+2
* API change: rework "run-time" and "tree-walk" statistics configuration.Keith Bostic2013-10-191-3/+4
* Split statistics macros into two parts: run-time and everything else,Keith Bostic2013-10-101-32/+28
* Change "short" data items from 127B or less to be 63B or less, and use theKeith Bostic2013-07-191-1/+1
* Remove support for prefix-compression on row-store internal pages.Keith Bostic2013-07-131-1/+1
* Give the LSM tree its own data-source statistics structure back, moveKeith Bostic2013-05-011-28/+32
* Merge branch 'develop' into data-handlesMichael Cahill2013-03-251-33/+35
|\
| * Make run-time statistics optional, defaulted to "off".Keith Bostic2013-02-221-33/+35
* | Merge branch 'develop' into data-handlesMichael Cahill2013-03-251-26/+31
|\ \ | |/
| * In order to mmap read-only checkpoints, we need a place to store aKeith Bostic2013-01-261-1/+3
| * Add a statistic to track the maximum depth of the tree, as measured by theKeith Bostic2013-01-161-2/+3
| * Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
| * Push further down the "data-source" path: rename WT_BSTAT_XXX toKeith Bostic2012-12-061-21/+21
| * Review the statistics: rename the statistics names for consistency andKeith Bostic2012-12-051-22/+21
| * Add a "size of checkpoint" statistic.Michael Cahill2012-11-161-16/+16
| * Add a statistics_fast flag to file statistics cursors.Alex Gorrod2012-10-091-1/+4
* | Replace session->btree with a data handle.Michael Cahill2012-09-181-1/+1
|/
* Flip the tree-walk default operation from "prev" to "next", allKeith Bostic2012-08-191-2/+1
* Next set of changes for fast-truncate: the ability to delete leaf pagesKeith Bostic2012-08-191-1/+2