Add configurable storage compression documentation

This commit is contained in:
Yihao Deng 2024-04-28 03:08:13 +00:00
parent 2d1c07546b
commit 23599809d7
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ create_subtable_clause: {
}
create_definition:
col_name column_type [PRIMARY_KEY] [ENCODE 'encode_type'] [COMPRESS 'compress_type'] [LEVEL 'level_type']
col_name column_type [PRIMARY KEY] [ENCODE 'encode_type'] [COMPRESS 'compress_type'] [LEVEL 'level_type']
column_definition:
type_name [comment 'string_value']

View File

@ -23,7 +23,7 @@ create_subtable_clause: {
}
create_definition:
col_name column_type [PRIMARY_KEY] [ENCODE 'encode_type'] [COMPRESS 'compress_type'] [LEVEL 'level_type']
col_name column_type [PRIMARY KEY] [ENCODE 'encode_type'] [COMPRESS 'compress_type'] [LEVEL 'level_type']
table_options:
table_option ...