Skip to content

Commit f42d458

Browse files
marciwfelixbarny
andauthored
Apply suggestion from review
Co-authored-by: Felix Barnsteiner <[email protected]>
1 parent eeef3be commit f42d458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manage-data/data-store/data-streams/time-series-data-stream-tsds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ A time series data stream works like a regular data stream, with some key differ
9797
* One or more [metric fields](#time-series-metric)
9898
* An auto-generated document `_id` (custom `_id` values are not supported)
9999
* **Backing indices:** A TSDS uses [time-bound indices](/manage-data/data-store/data-streams/time-bound-tsds.md) to store data from the same time period in the same backing index.
100-
* **Dimension-based routing:** The routing logic uses dimension fields to map data to shards, improving storage efficiency and query performance.
100+
* **Dimension-based routing:** The routing logic uses dimension fields to map all data points of a time series to the same shard, improving storage efficiency and query performance. Duplicate data points are rejected.
101101
* **Sorting:** A TSDS uses internal [index sorting](elasticsearch://reference/elasticsearch/index-settings/sorting.md) to order shard segments by `_tsid` and `@timestamp`, for better compression. Time series data streams do not use `index.sort.*` settings.
102102

103103
## Query time series data

0 commit comments

Comments
 (0)