Skip to content

ydb tools dump dont save column tables #13691

Open
@asmyasnikov

Description

@asmyasnikov

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

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions