File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed
content/en/altinity-kb-setup-and-maintenance/altinity-kb-data-migration Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -37,31 +37,6 @@ See details of both approaches in:
3737
3838[ distributed-table-cluster.md] ({{<ref "distributed-table-cluster.md" >}})
3939
40- ## clickhouse-copier
41-
42- Pros:
43- * Possible to do ** some** changes in schema.
44- * Needs only access to ClickHouse TCP port.
45- * It’s possible to change the distribution of data between shards.
46- * Suitable for large clusters: many clickhouse-copier can execute the same task together.
47-
48- Cons:
49- * May create an inconsistent result if source cluster data is changing during the process.
50- * Hard to setup.
51- * Requires zookeeper.
52- * Uses CPU / RAM (mostly on the clickhouse-copier and receiver side)
53-
54- {{% alert title="Info" color="info" %}}
55- Internally it works like smart ` INSERT INTO cluster(…) SELECT * FROM ... ` with some consistency checks.
56- {{% /alert %}}
57-
58- {{% alert title="Info" color="info" %}}
59- Run ` clickhouse-copier ` on the same nodes as receiver ClickHouse, to avoid doubling the network load.
60- {{% /alert %}}
61-
62- See details in:
63-
64- [ altinity-kb-clickhouse-copier] ({{<ref "altinity-kb-clickhouse-copier" >}})
6540
6641## Manual parts moving: freeze / rsync / attach
6742
You can’t perform that action at this time.
0 commit comments