summaryrefslogtreecommitdiff
path: root/src/btree/bt_stat.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add memory-footprint field to the in-memory page structure, it's usedKeith Bostic2011-07-081-1/+0
* Add support for extending column-store files -- this isn't right yet,Keith Bostic2011-07-061-7/+17
* Change all struct names to have the prefix "__wt_", and all corresponding typ...Michael Cahill2011-05-301-9/+9
* Store keys less than 64 bytes and data items less than 128 bytes using only aKeith Bostic2011-05-191-1/+2
* Compress the WT_CELL. Previously, a WT_CELL was a single byte encodingKeith Bostic2011-05-181-0/+1
* Delete the "INDX" from WT_ROW_INDX/WT_COL_INDX macros -- it no longer adds anyKeith Bostic2011-04-101-4/+4
* Treating the statistics fields as an array makes it too easy to walk off theKeith Bostic2011-04-081-35/+30
* Delete ITEM_{DATA,KEY}_OVFL statistics -- we can't get it right because weKeith Bostic2011-03-281-54/+21
* Rewrite RLE file format to use WT_INSERT structures instead of WT_RLE_EXPANDKeith Bostic2011-03-281-19/+20
* First version of the insert code -- passes smoke tests on everything exceptKeith Bostic2011-03-271-2/+23
* The stat code was skipping the key count if the row was "empty".Keith Bostic2011-03-251-42/+22
* Change the WT_ROW on-page data reference to be a uint32_t rather than a void *;Keith Bostic2011-03-231-1/+5
* Clean up for error routines: pass SESSION handles instead of BTREE references.Keith Bostic2011-03-211-4/+4
* Re-write reconciliation code to instantiate in-memory only pages during splitsKeith Bostic2011-03-201-12/+4
* lintKeith Bostic2011-03-091-1/+1
* Rename btree/bt_inline.c to include/btree.i.Michael Cahill2011-03-041-1/+1
* Make "WT_ITEM" the public name.Michael Cahill2011-03-041-10/+10
* Collapse the internal API, push sessions down into the OS layer for error han...Michael Cahill2011-03-041-28/+26
* Switch "key/data" to "key/value".Michael Cahill2011-03-041-1/+1
* Begin renaming some of the structs in the internal API (in particular, IDB ->...Michael Cahill2011-02-071-7/+7
* Replace WT_REPL & friends with WT_UPDATE, getting ready to use the updateKeith Bostic2011-02-271-24/+24
* Change column-store data items to be page offsets instead of pointers, savingKeith Bostic2011-02-261-8/+15
* Get rid of WT_PAGE's generic WT_ROW/WT_COL information, and replace with aKeith Bostic2011-02-261-4/+4
* Remove support for duplicate data items in the Btree.Keith Bostic2011-02-231-98/+1
* gcc won't inline functions outside of the scope of a file -- create a newKeith Bostic2011-02-211-0/+1
* Remove '$Id$ from sources, add more file to the list for s_copyright to check.Michael Cahill2011-02-161-2/+0