Skip to content
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
1 change: 0 additions & 1 deletion docs/guides/shuffle-sharding.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ The default strategy allows for a fair balance on the resources consumed by each
However, in a **multi-tenant** cluster, this approach also introduces some **downsides**:

1. An outage affects all tenants
1.
2. A misbehaving tenant (eg. causing out-of-memory) could affect all other tenants.

The goal of **shuffle sharding** is to provide an alternative sharding strategy to reduce the blast radius of an outage and better isolate tenants.
Expand Down
Loading