summaryrefslogtreecommitdiff
path: root/dist/api_data.py
diff options
context:
space:
mode:
Diffstat (limited to 'dist/api_data.py')
-rw-r--r--dist/api_data.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/dist/api_data.py b/dist/api_data.py
index e68547c9de0..f0411456d05 100644
--- a/dist/api_data.py
+++ b/dist/api_data.py
@@ -61,14 +61,6 @@ file_meta = format_meta + [
Config('allocation_size', '512B', r'''
file unit allocation size, in bytes''',
min='512B', max='128MB'),
- Config('column_internal_extend', '10000', r'''
- configure the number of records a column-store internal page is
- extended by when records are appended''',
- min='500', max='10M'),
- Config('column_leaf_extend', '10000', r'''
- configure the number of records a column-store leaf page is
- extended by when records are appended''',
- min='500', max='10M'),
Config('huffman_key', '', r'''
use Huffman encoding for Btree keys. Permitted values are
empty (off), \c "english" or \c "<filename>". See @ref huffman