Skip to content

Allow writes into system.zookeeper table #22130

@alexey-milovidov

Description

@alexey-milovidov

Use case
Manually modify the contents of ZooKeeper.
Not for normal usage scenarios... mostly for operations engineers.

Describe the solution you'd like

Allow INSERT. It should contain only subset of the columns, because some of the columns in system.zookeeper table (like numChildren, ctime, etc...) cannot be specified explicitly.

INSERT will perform multiple create operations.

Add a setting to perform set operations (update existing nodes) instead of creating new nodes.

Additional context

Also it will be nice to allow "full scan" queries to system.zookeeper table to quickly creating dumps.
It can be filtered by condition on prefix of path.

Metadata

Metadata

Assignees

Labels

operationswarmup taskThe task for new ClickHouse team members. Low risk, moderate complexity, no urgency.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions