Skip to content

Commit 0cd0fd1

Browse files
authored
docs: fix rendering issue (#32372)
1 parent 541c892 commit 0cd0fd1

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

doc/user/content/sql/alter-cluster.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,8 @@ cause a rollback — no size change will take effect in that case.
169169
The `REPLICATION FACTOR` option determines the number of replicas provisioned
170170
for the cluster. Each replica of the cluster provisions a new pool of compute
171171
resources to perform exactly the same computations on exactly the same data.
172-
Each replica incurs cost, calculated as `cluster
173-
[size](#resizing) * replication factor` per second. See [Usage &
174-
billing](/administration/billing/) for more details.
172+
Each replica incurs cost, calculated as `cluster size * replication factor` per
173+
second. See [Usage & billing](/administration/billing/) for more details.
175174

176175
#### Replication factor and fault tolerance
177176

@@ -182,9 +181,9 @@ available, the cluster can continue to maintain dataflows and serve queries.
182181

183182
{{< note >}}
184183

185-
- Each replica incurs cost, calculated as `cluster [size](#resizing)
186-
* replication factor` per second. See [Usage & billing](/administration/billing/)
187-
for more details.
184+
- Each replica incurs cost, calculated as `cluster size *
185+
replication factor` per second. See [Usage &
186+
billing](/administration/billing/) for more details.
188187

189188
- Increasing the replication factor does **not** increase the cluster's work
190189
capacity. Replicas are exact copies of one another: each replica must do

0 commit comments

Comments
 (0)