Skip to content

docs: fix rendering issue #32372

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions doc/user/content/sql/alter-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,8 @@ cause a rollback — no size change will take effect in that case.
The `REPLICATION FACTOR` option determines the number of replicas provisioned
for the cluster. Each replica of the cluster provisions a new pool of compute
resources to perform exactly the same computations on exactly the same data.
Each replica incurs cost, calculated as `cluster
[size](#resizing) * replication factor` per second. See [Usage &
billing](/administration/billing/) for more details.
Each replica incurs cost, calculated as `cluster size * replication factor` per
second. See [Usage & billing](/administration/billing/) for more details.

#### Replication factor and fault tolerance

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

{{< note >}}

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

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