Skip to content

Commit 8290743

Browse files
authored
Remove obsolete information about tsdb dimensions limit. (#110047) (#110127)
1 parent 5ed3afd commit 8290743

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

docs/reference/data-streams/tsds.asciidoc

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -109,19 +109,6 @@ parameter:
109109

110110
For a flattened field, use the `time_series_dimensions` parameter to configure an array of fields as dimensions. For details refer to <<flattened-params,`flattened`>>.
111111

112-
[[dimension-limits]]
113-
.Dimension limits
114-
****
115-
In a TSDS, {es} uses dimensions to
116-
generate the document `_id` and <<tsid,`_tsid`>> values. The resulting `_id` is
117-
always a short encoded hash. To prevent the `_tsid` value from being overly
118-
large, {es} limits the number of dimensions for an index using the
119-
<<index-mapping-dimension-fields-limit,`index.mapping.dimension_fields.limit`>>
120-
index setting. While you can increase this limit, the resulting document `_tsid`
121-
value can't exceed 32KB. Additionally the field name of a dimension cannot be
122-
longer than 512 bytes and the each dimension value can't exceed 1kb.
123-
****
124-
125112
[discrete]
126113
[[time-series-metric]]
127114
==== Metrics

0 commit comments

Comments
 (0)