Add configurable storage compression documentation

This commit is contained in:
Yihao Deng 2024-04-28 02:52:37 +00:00
parent c177bfb60b
commit 2d1c07546b
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ create_subtable_clause: {
}
create_definition:
col_name column_type [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 [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 ...