summaryrefslogtreecommitdiff
path: root/src/include/stat.h
AgeCommit message (Expand)Author
2012-01-25Replace WT_CURSOR::first,last} with WT_CURSOR::reset.Michael Cahill
2012-01-22Update copyright notices to 2012.Keith Bostic
2012-01-19Rework statistics cursors (issue #135).Keith Bostic
2011-12-16Maintain a count in the statistics of internal pages evicted during normal op...Michael Cahill
2011-11-26Split the reconciliation into reconciliation and eviction pieces, andKeith Bostic
2011-11-23Rename config keys for page and overflow sizes to {internal,leaf}_{item,page}...Michael Cahill
2011-11-04Rename WT_MTX to WT_CONDVARMichael Cahill
2011-11-04Remove the workQ code entirely.Michael Cahill
2011-09-23Replace internal_node_min/leaf_node_min (the minimum page size)Keith Bostic
2011-09-12Add wrappers around POSIX read/write locks.Michael Cahill
2011-09-06Review/cleanup statistics code:Keith Bostic
2011-09-05Make the cursor->search_near method's "exact" argument work.Keith Bostic
2011-08-26Rename __wt_conn_stats to __wt_connection_stats so the sorting is not locale-...Michael Cahill
2011-08-26Intermediate commit of new cursor code: this commit has mostly workingKeith Bostic
2011-08-09don't track overflow pages read on a per-cache basis, there's no reasonKeith Bostic
2011-08-09Add statistics for cursor->reads,inserts,updates,removes.Keith Bostic
2011-08-09Add statistic for bytes on the free-list.Keith Bostic
2011-08-09Cast the stat value to uint64_t when setting it to avoid compiler warnings.Keith Bostic
2011-08-09Add a "file size" statistic.Keith Bostic
2011-08-06Turn the "eviction server: unable to evict cache pages" warning messageKeith Bostic
2011-08-04Shuffle some declarations around in include files (e.g., so WT_BTREE is in bt...Michael Cahill
2011-07-29Avoid the need for statistics cursor configuration: return two columns so app...Michael Cahill
2011-08-04Add some more statistics to the reconciliation code as part of reviewing howKeith Bostic
2011-07-28Connect the old Btree statistics code to the statistics cursors: if youKeith Bostic
2011-07-21Remove the support for the fixed-length, RLE column-store format (thisKeith Bostic
2011-05-19Bulk-load is no longer standalone, it does through page reconciliation --Keith Bostic
2011-05-13Finish the split of btree open and btree create; get rid of the fileKeith Bostic
2011-04-25Move the reconciliation structure into the bt_reconcile.c file, it's only usedKeith Bostic
2011-04-08Treating the statistics fields as an array makes it too easy to walk off theKeith Bostic
2011-04-05Fix some bugs found when testing bt on the public API.Michael Cahill
2011-03-16Generate configuration-handling code with a Python script.Michael Cahill
2011-03-29Add a path for data to be returned to a cursor.Michael Cahill
2011-04-03The allocation unit size must be part of the persistent information, appsKeith Bostic
2011-03-31Initial support for the salvage method: salvage doesn't work yet, butKeith Bostic
2011-03-28Delete ITEM_{DATA,KEY}_OVFL statistics -- we can't get it right because weKeith Bostic
2011-03-22Change per-thread update buffer allocation to be reflective of past updates,Keith Bostic
2011-03-04Collapse the internal API, push sessions down into the OS layer for error han...Michael Cahill
2011-02-07Begin renaming some of the structs in the internal API (in particular, IDB ->...Michael Cahill
2011-03-05Keep statistics on the number of split pages.Keith Bostic
2011-03-05First version of the split code, only works with variable-length columnKeith Bostic
2011-02-23Remove support for duplicate data items in the Btree.Keith Bostic
2011-02-17Get rid of uses of "database". We're using standard terminology in WiredTigerKeith Bostic
2011-02-16Remove '$Id$ from sources, add more file to the list for s_copyright to check.Michael Cahill
2011-02-04Copy page read/write, overflow page read statistics from the cacheKeith Bostic
2011-02-04Move "include" under src so that any file can be opened with "../*/<file>.[ch]".Michael Cahill