-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Allow writes into system.zookeeper table #22130
Copy link
Copy link
Closed
Labels
operationswarmup taskThe task for new ClickHouse team members. Low risk, moderate complexity, no urgency.The task for new ClickHouse team members. Low risk, moderate complexity, no urgency.
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
operationswarmup taskThe task for new ClickHouse team members. Low risk, moderate complexity, no urgency.The task for new ClickHouse team members. Low risk, moderate complexity, no urgency.