diff options
author | Keith Bostic <keith@wiredtiger.com> | 2015-09-06 15:17:58 +0000 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2015-09-06 15:17:58 +0000 |
commit | aa8e4360b5d1a18855383070302e276eca0017db (patch) | |
tree | 3aad059ba93c8246c707966a31c5c76bdce6bf6f /tools | |
parent | f13b7884b1f8a2021787e9905568ae3806d7fbc1 (diff) | |
download | mongo-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.py | 1 |
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', |