Open
Description
Column table created with sql:
CREATE TABLE test (
row_number Uint64,
data Text,
PRIMARY KEY (row_number)
) PARTITION BY HASH(
row_number
) WITH (
STORE=column
)
Dump of table using ydb cli dont save a column table test
:
asmyasnikov@asmyasnikov-ox ~ % ydb -e grpc://localhost:2136 -d /local tools dump -p test -o test
asmyasnikov@asmyasnikov-ox ~ % tree test
test
0 directories, 0 files
asmyasnikov@asmyasnikov-ox ~ % ydb version
YDB CLI 2.18.0