summaryrefslogtreecommitdiff
path: root/src/btree/bt_stat.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace local "ret" declarations with WT_DECL_RET.Keith Bostic2012-04-261-1/+1
* Update copyright notices to 2012.Keith Bostic2012-01-221-3/+3
* Minor shuffling between the block-manager and the engine.Keith Bostic2011-12-281-3/+0
* Create a per-block structure, WT_BLOCK, and move all of the block-specificKeith Bostic2011-12-271-2/+1
* Replace WT_OFF/WT_OFF_RECORD structures on row- and column-store internalKeith Bostic2011-12-171-3/+3
* Expand "illegal-format" to include "bad value" (we use it in placesKeith Bostic2011-12-051-1/+1
* Rename config keys for page and overflow sizes to {internal,leaf}_{item,page}...Michael Cahill2011-11-231-4/+4
* Replace internal_node_min/leaf_node_min (the minimum page size)Keith Bostic2011-09-231-2/+2
* Change the session->close/sync calls to use the new tree-walk code.Keith Bostic2011-09-131-1/+1
* Column-store files don't have "insert" lists, they have "update" lists.Keith Bostic2011-09-111-1/+1
* Review/cleanup statistics code:Keith Bostic2011-09-061-35/+27
* Add block-allocation stat routine, call it from the primary stat function.Keith Bostic2011-08-091-0/+2
* Add statistic for bytes on the free-list.Keith Bostic2011-08-091-1/+0
* Add a "file size" statistic.Keith Bostic2011-08-091-0/+1
* Put back in the change of __stat_page_col_fix() to returning a void,Keith Bostic2011-08-051-6/+5
* Put inserted items on skiplists so we can do efficient searches (including fo...Michael Cahill2011-07-291-5/+3
* Move the WT_STAT walk code into the statistics cursor, so we only have one copy.Michael Cahill2011-07-291-57/+9
* Add some more statistics to the reconciliation code as part of reviewing howKeith Bostic2011-08-041-46/+33
* Match how Michael is doing naming, static functions don't need the __wt_Keith Bostic2011-08-031-20/+20
* Connect the old Btree statistics code to the statistics cursors: if youKeith Bostic2011-07-281-11/+89
* Re-work fixed-length column-store as bitfields, not byte fields.Keith Bostic2011-07-261-17/+1
* Remove the support for the fixed-length, RLE column-store format (thisKeith Bostic2011-07-211-60/+0
* Write the stat code for RLE variable-length column-store files -- untestedKeith Bostic2011-07-171-13/+25
* Add support for RLE counts for deleted and overflow data cells. I don'tKeith Bostic2011-07-161-1/+1
* Replace N different cell extraction functions with a single cell_unpackKeith Bostic2011-07-141-4/+6