Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
daixiang0 committed Feb 12, 2020
1 parent 817e8d7 commit 6dd0a2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/sharing.md → docs/sharding.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Sharing
title: Sharding
type: docs
menu: thanos
slug: /Sharing.md
slug: /Sharding.md
---

# Store and Compactor Sharding
Expand All @@ -19,7 +19,7 @@ the number of objects in a bucket can grow drastically.

This means that with time you might want to scale out certain components e.g:

* Compactor: Larger number of objects does not matter much, however compactor has to scale (CPU, network) with number of Sources pushing blocks to the object storage.
* Compactor: Larger number of objects does not matter much, however compactor has to scale (CPU, network, disk, memory) with number of Sources pushing blocks to the object storage.

### Relabelling

Expand Down Expand Up @@ -58,7 +58,7 @@ Example usages would be:
- cluster
```
By controlling which labels should be included in the blocks, we can do sharing.
We can shard by adjusting which labels should be included in the blocks.
### Time Partitioning
Expand Down

0 comments on commit 6dd0a2c

Please sign in to comment.