We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b001e0 + 81e547f commit df4c51fCopy full SHA for df4c51f
docs/deployment-guides/replication-sharding-examples/01_1_shard_2_replicas.md
@@ -633,8 +633,8 @@ FROM url(
633
county String,
634
d String,
635
e String'
636
-) SETTINGS max_http_get_redirects=10;
637
-LIMIT 10000;
+) LIMIT 10000
+SETTINGS max_http_get_redirects=10;
638
```
639
640
Notice that the data is completely replicated on each host:
@@ -772,8 +772,7 @@ FROM url(
772
773
774
775
- ) SETTINGS max_http_get_redirects=10
776
+ ) SETTINGS max_http_get_redirects=10;
777
778
779
Query the table from `clickhouse-02` or `clickhouse-01`:
0 commit comments