Skip to content

Commit

Permalink
add brief mention of re-sharding on vert vs horz scaling page
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones-plip committed Oct 7, 2024
1 parent 9c0793c commit 743df39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/en/hosting/vertical-vs-horizontal.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ API["API"] --> HAProxy --> couch2

Since both CHT 3.x and 4.x support this, vertical scaling is an easy, good first step in addressing performance issues in the CHT.

### Re-sharding

For those self hosting who are looking to maximize their vertically scaled deployment, consider [re-sharding CouchDB](https://docs.couchdb.org/en/stable/config/resharding.html) to have more shards. CouchDB uses 1 core to manage each shard. By default, a CHT Core 4.x deployment will have 8 shards. If you have available unused CPUs, by re-sharding you divide up CouchDB's shard management to take advantage of more cores.

## Horizontal scaling 4.x

When:
Expand Down

0 comments on commit 743df39

Please sign in to comment.