Skip to content

Commit 200a754

Browse files
Apply suggestions from code review
Co-authored-by: Benjamin Ironside Goldstein <[email protected]>
1 parent 15eb4c8 commit 200a754

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

solutions/observability/streams/management/partitioning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ Create partitions using the following options:
2727

2828
Partitioning helps you manage your data when you have multiple systems sending logs to a single parent stream.
2929

30-
Focus on logical groupings like data by teams or overarching technologies. For example, partition web servers in one stream and custom application logs in another.
30+
Focus on logical groupings for data such as by team or overarching technology. For example, partition web server logs in one stream and custom application logs in another.
3131

3232
Don't partition by fields with high cardinality. Even partitioning by common fields like `service.name` can create too many partitions to manage effectively.
3333

34-
As a general rule, aim for tens of partitions, not hundreds. Each partition comes with a cost, as it creates a data stream in {{es}} under the hood. You can have many of them, but they're not unlimited.
34+
As a general rule, aim for tens of partitions, not hundreds. Each partition comes with a cost, as it creates a data stream in {{es}} under the hood. You can have many of them, but not an unlimited amount.
3535

3636
### When you *need* to partition [streams-must-partition]
3737

0 commit comments

Comments
 (0)