Skip to content

Commit dc914ab

Browse files
committed
fix markdown linter
1 parent cb76f4a commit dc914ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/deployment-guides/replication-sharding-examples/02_2_shards_1_replica.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ on it or inserting data to both shards when we run insert queries.
658658
In ClickHouse this interface is called a **distributed table**, which we create using
659659
the [`Distributed`](/engines/table-engines/special/distributed) table engine. Let's take a look at how it works.
660660

661-
## Create a distributed table {#inserting-data}
661+
## Create a distributed table {#create-distributed-table}
662662

663663
Create a distributed table with the following query:
664664

@@ -694,7 +694,7 @@ ON CLUSTER cluster_2S_1R
694694
ENGINE = Distributed('cluster_2S_1R', 'uk', 'uk_price_paid_local', rand());
695695
```
696696

697-
## Insert data into a distributed table {#inserting-data}
697+
## Insert data into a distributed table {#inserting-data-into-distributed-table}
698698

699699
Now connect to either of the hosts and insert the data:
700700

0 commit comments

Comments
 (0)