Skip to content

Commit a5537ca

Browse files
Vladislav Gogovblinkov
authored andcommitted
Public API: added additional information for compression (#12395)
1 parent e8267c3 commit a5537ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ydb/public/api/protos/ydb_table.proto

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -543,8 +543,7 @@ message ColumnFamily {
543543
COMPRESSION_ZSTD = 3;
544544
}
545545

546-
// Name of the column family, the name "default" must be used for the
547-
// primary column family that contains at least primary key columns
546+
// Name of the column family
548547
string name = 1;
549548

550549
// This specifies data storage settings for column family
@@ -557,8 +556,9 @@ message ColumnFamily {
557556
// WARNING: DO NOT USE
558557
Ydb.FeatureFlag.Status keep_in_memory = 4;
559558

560-
// Not all compression algorithms support
561-
// Set if want to change default value
559+
// Set the compression level for selected compression type. If no value is specified, default value will be chosen.
560+
// For ZSTD compression level must be in range [-131072:22]
561+
// For other compression types compression level must be empty
562562
optional int32 compression_level = 5;
563563
}
564564

0 commit comments

Comments
 (0)