diff options
author | Keith Bostic <keith@wiredtiger.com> | 2014-03-10 11:23:41 -0400 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2014-03-10 11:23:41 -0400 |
commit | 10cefad93d4a85819a0c74ca0470f41e57f8661d (patch) | |
tree | 7d614a2205fe3fa28704d7e412d2d3443d888453 /src/include/stat.h | |
parent | c50ed83f1c0f5e142fa5d260f3bc0b595de21982 (diff) | |
download | mongo-10cefad93d4a85819a0c74ca0470f41e57f8661d.tar.gz |
Add statistics to show just how much prefix/suffix compression are
buying us.
Diffstat (limited to 'src/include/stat.h')
-rw-r--r-- | src/include/stat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/stat.h b/src/include/stat.h index 63db0e65d52..e00b9ee40db 100644 --- a/src/include/stat.h +++ b/src/include/stat.h @@ -287,7 +287,9 @@ struct __wt_dsrc_stats { WT_STATS rec_page_match; WT_STATS rec_pages; WT_STATS rec_pages_eviction; + WT_STATS rec_prefix_compression; WT_STATS rec_skipped_update; + WT_STATS rec_suffix_compression; WT_STATS session_compact; WT_STATS session_cursor_open; WT_STATS txn_update_conflict; |