summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2015-09-06 15:17:58 +0000
committerKeith Bostic <keith@wiredtiger.com>2015-09-06 15:17:58 +0000
commitaa8e4360b5d1a18855383070302e276eca0017db (patch)
tree3aad059ba93c8246c707966a31c5c76bdce6bf6f /tools
parentf13b7884b1f8a2021787e9905568ae3806d7fbc1 (diff)
downloadmongo-aa8e4360b5d1a18855383070302e276eca0017db.tar.gz
Add a statistics value to track column-store RLE encoded values, so it's
possible to tell how many values are being compressed by RLE encoding.
Diffstat (limited to 'tools')
-rw-r--r--tools/wtstats/stat_data.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/wtstats/stat_data.py b/tools/wtstats/stat_data.py
index 3fbc634385a..f2f193c0860 100644
--- a/tools/wtstats/stat_data.py
+++ b/tools/wtstats/stat_data.py
@@ -43,6 +43,7 @@ no_scale_per_second_list = [
'btree: column-store internal pages',
'btree: column-store variable-size deleted values',
'btree: column-store variable-size leaf pages',
+ 'btree: column-store variable-size RLE encoded values',
'btree: fixed-record size',
'btree: maximum internal page key size',
'btree: maximum internal page size',