summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2014-12-09 16:22:20 -0500
committerKeith Bostic <keith@wiredtiger.com>2014-12-09 16:22:20 -0500
commit5088ee53fce569915e8de8c168da50cff7991ec1 (patch)
treee38029c2ad073e7f19cc061b03f4f33adbc27653 /tools
parentbbe9ab35663fba23e070b9a50fb444de83cc5b47 (diff)
downloadmongo-5088ee53fce569915e8de8c168da50cff7991ec1.tar.gz
Separate the btree maximum key/value sizes from the underlying page
size, reference #1282. Deprecate the internal_item_max and leaf_item_max configuration strings, replace with internal_key_max, leaf_key_max and leaf_value_max. Remove examples/c/ex_file.c (there's no real need for a "file" URI example, and it's easy to replace the one place the documentation used it).
Diffstat (limited to 'tools')
-rw-r--r--tools/stat_data.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/stat_data.py b/tools/stat_data.py
index 50528dbd26a..3d192be7566 100644
--- a/tools/stat_data.py
+++ b/tools/stat_data.py
@@ -34,10 +34,11 @@ no_scale_per_second_list = [
'btree: column-store variable-size deleted values',
'btree: column-store variable-size leaf pages',
'btree: fixed-record size',
- 'btree: maximum internal page item size',
+ 'btree: maximum internal page key size',
'btree: maximum internal page size',
- 'btree: maximum leaf page item size',
+ 'btree: maximum leaf page key size',
'btree: maximum leaf page size',
+ 'btree: maximum leaf page value size',
'btree: maximum tree depth',
'btree: number of key/value pairs',
'btree: overflow pages',