Skip to content

Commit 0ad1eaa

Browse files
authored
Merge pull request #2848 from ostreichman-ms/patch-1
Update extents-overview.md
2 parents 0075e7c + ba04741 commit 0ad1eaa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

data-explorer/kusto/management/extents-overview.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ The common extent lifecycle is as follows:
2222
1. The extent is merged with other extents.
2323
1. The merged extent (possibly one that tracks its lineage to other extents) is eventually dropped because of a [retention policy](retention-policy.md).
2424

25+
> [!NOTE]
26+
> The recommended maximum number of extents per cluster is 10,000,000
27+
2528
## Extent creation time
2629

2730
Two [datetime](../query/scalar-data-types/datetime.md) values are tracked per extent: `MinCreatedOn` and `MaxCreatedOn`. These values are initially the same but may change when the extent is merged with other extents. When the extent is merged with other extents, the new values are according to the original minimum and maximum values of the merged extents.

0 commit comments

Comments
 (0)