Skip to content

Commit 886198c

Browse files
committed
SEO updates, added nofollow to clickhouse.tech links
1 parent 4da0818 commit 886198c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/en/altinity-kb-setup-and-maintenance/altinity-kb-data-migration/distributed-table-cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords:
88
- clickhouse distributed
99
---
1010

11-
In order to shift INSERTS to a standby cluster (for example increase zone availability or disaster recovery) some ClickHouse® features can be used.
11+
In order to shift INSERTS to a standby cluster (for example increase zone availability or [disaster recovery](https://docs.altinity.com/operationsguide/availability-and-recovery/recovery-architecture/)) some ClickHouse® features can be used.
1212

1313
Basically we need to create a distributed table, a MV, rewrite the `remote_servers.xml` config file and tune some parameters.
1414

@@ -118,7 +118,7 @@ All the hostnames/FQDN from each replica/node must be accessible from both clust
118118

119119
### Configuration settings
120120

121-
Depending on your use case you can set the the distributed INSERTs to sync or async mode. This example is for async mode:
121+
Depending on your use case you can set the the distributed INSERTs to sync or [async mode](/altinity-kb-queries-and-syntax/async-inserts/). This example is for async mode:
122122
Put this config settings on the default profile. Check for more info about the possible modes:
123123

124124
https://clickhouse.com/docs/en/operations/settings/settings#insert_distributed_sync
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<a href="{{ .Destination | safeURL }}"{{ with .Title}} title="{{ . }}"{{ end }}{{ if strings.HasPrefix .Destination "http" }} target="_blank"{{ end }}>{{ .Text }}</a>
1+
<a href="{{ .Destination | safeURL }}"{{ with .Title}} title="{{ . }}"{{ end }}{{ if strings.HasPrefix .Destination "http" }} target="_blank"{{ end }}{{ if strings.Contains .Destination "clickhouse.com" }} rel="nofollow" {{ end }}{{ if strings.Contains .Destination "clickhouse.tech" }} rel="nofollow" {{ end }}>{{ .Text }}</a>

0 commit comments

Comments
 (0)