| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-3093 Reduce the size of WT_PAGE. (#3212) | Keith Bostic | 2016-12-23 | 1 | -2/+1 |
* | WT-2771 Add a statistic to track per-btree dirty cache usage. (#3207) | Michael Cahill | 2016-12-20 | 1 | -0/+2 |
* | WT-2974 lint (#3095) | Keith Bostic | 2016-10-17 | 1 | -1/+1 |
* | WT-1592 Add per-dhandle current cache usage statistics (#3062) | Alex Gorrod | 2016-10-14 | 1 | -5/+24 |
* | WT-2751 column-store statistics incorrectly calculates the number of entries ... | Keith Bostic | 2016-07-07 | 1 | -1/+1 |
* | WT-2729 Focus eviction on the largest trees in cache. (#2832) | Michael Cahill | 2016-06-28 | 1 | -0/+3 |
* | Upgrade copyright notices from 2015 to 2016. | Keith Bostic | 2016-01-01 | 1 | -1/+1 |
* | WT-2262 Split btree walk into separate walk functions. | Alex Gorrod | 2015-12-14 | 1 | -1/+1 |
* | Merge branch 'develop' into WT-2262 | Keith Bostic | 2015-12-11 | 1 | -2/+2 |
|\ |
|
| * | Repurpose WT_STAT_WRITE to update a single field in a single stats | Keith Bostic | 2015-11-30 | 1 | -2/+2 |
* | | WT-2262: don't overload the __wt_tree_walk walkcntp variable, use a new | Keith Bostic | 2015-12-10 | 1 | -2/+2 |
|/ |
|
* | Boolean conversion for the rest of the btree code. | Keith Bostic | 2015-09-23 | 1 | -4/+4 |
* | Add a statistics value to track column-store RLE encoded values, so it's | Keith Bostic | 2015-09-06 | 1 | -3/+7 |
* | WT-2029, improve scalability of statistics | Keith Bostic | 2015-08-15 | 1 | -39/+42 |
* | Merge branch 'stat-kv-pair' of https://github.com/wiredtiger/wiredtiger into ... | Don Anderson | 2015-03-12 | 1 | -1/+0 |
|\ |
|
| * | bt_stat.c:76:17: error: variable 'pindex' set but not used | Keith Bostic | 2015-03-12 | 1 | -10/+0 |
* | | Fix to track deleted cells. | Don Anderson | 2015-03-12 | 1 | -10/+3 |
|/ |
|
* | Made some adjustments to stats so that the btree entries is an accurate | Don Anderson | 2015-03-11 | 1 | -4/+6 |
* | Add overflow key/value counts to the statistics code, reference #1520, #1703. | Keith Bostic | 2015-03-02 | 1 | -42/+113 |
* | Make the eviction walk incremental: don't spend too long in any one file, fix... | Michael Cahill | 2015-02-17 | 1 | -2/+2 |
* | Clear the btree object statistics we're about to count, otherwise each | Keith Bostic | 2015-02-15 | 1 | -0/+12 |
* | Wrap calls to functions using pindex with WT_WITH_PAGE_INDEX. | Susan LoVerso | 2015-02-02 | 1 | -2/+5 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | Separate the btree maximum key/value sizes from the underlying page | Keith Bostic | 2014-12-09 | 1 | -2/+3 |
* | Change from using separate fields to define stat states to flags. | Alex Gorrod | 2014-06-25 | 1 | -1/+1 |
* | Obscure the name of the internal page's index so code more naturally | Keith Bostic | 2014-03-31 | 1 | -4/+6 |
* | Experimental change: move the WT_PAGE.{parent,ref_hint} fields into the | Keith Bostic | 2014-03-29 | 1 | -4/+5 |
* | Switch the WT_PAGE union #defines from pu_xxx to pg_xxx. | Keith Bostic | 2014-02-24 | 1 | -3/+3 |
* | It's dangerous to reach down into the WT_PAGE_INDEX structure (and doing | Keith Bostic | 2014-02-16 | 1 | -2/+4 |
* | Add a new level of indirection on internal pages so there's a way to | Keith Bostic | 2014-02-05 | 1 | -3/+3 |
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 1 | -1/+1 |
* | Better testing of the "fast" configuration, fix a bug, the btree code | Keith Bostic | 2013-10-19 | 1 | -2/+2 |
* | API change: rework "run-time" and "tree-walk" statistics configuration. | Keith Bostic | 2013-10-19 | 1 | -3/+4 |
* | Split statistics macros into two parts: run-time and everything else, | Keith Bostic | 2013-10-10 | 1 | -32/+28 |
* | Change "short" data items from 127B or less to be 63B or less, and use the | Keith Bostic | 2013-07-19 | 1 | -1/+1 |
* | Remove support for prefix-compression on row-store internal pages. | Keith Bostic | 2013-07-13 | 1 | -1/+1 |
* | Give the LSM tree its own data-source statistics structure back, move | Keith Bostic | 2013-05-01 | 1 | -28/+32 |
* | Merge branch 'develop' into data-handles | Michael Cahill | 2013-03-25 | 1 | -33/+35 |
|\ |
|
| * | Make run-time statistics optional, defaulted to "off". | Keith Bostic | 2013-02-22 | 1 | -33/+35 |
* | | Merge branch 'develop' into data-handles | Michael Cahill | 2013-03-25 | 1 | -26/+31 |
|\ \
| |/ |
|
| * | In order to mmap read-only checkpoints, we need a place to store a | Keith Bostic | 2013-01-26 | 1 | -1/+3 |
| * | Add a statistic to track the maximum depth of the tree, as measured by the | Keith Bostic | 2013-01-16 | 1 | -2/+3 |
| * | Update copyright notice to 2013. | Keith Bostic | 2013-01-01 | 1 | -1/+1 |
| * | Push further down the "data-source" path: rename WT_BSTAT_XXX to | Keith Bostic | 2012-12-06 | 1 | -21/+21 |
| * | Review the statistics: rename the statistics names for consistency and | Keith Bostic | 2012-12-05 | 1 | -22/+21 |
| * | Add a "size of checkpoint" statistic. | Michael Cahill | 2012-11-16 | 1 | -16/+16 |
| * | Add a statistics_fast flag to file statistics cursors. | Alex Gorrod | 2012-10-09 | 1 | -1/+4 |
* | | Replace session->btree with a data handle. | Michael Cahill | 2012-09-18 | 1 | -1/+1 |
|/ |
|
* | Flip the tree-walk default operation from "prev" to "next", all | Keith Bostic | 2012-08-19 | 1 | -2/+1 |
* | Next set of changes for fast-truncate: the ability to delete leaf pages | Keith Bostic | 2012-08-19 | 1 | -1/+2 |