Skip to content

Commit

Permalink
Routing optimization for logsdb is gated by licensing (#714)
Browse files Browse the repository at this point in the history
The subscription page is getting updated to contain an entry for `Custom
routing on sort fields for logsdb`, limited to enterprise licenses.
  • Loading branch information
kkrik-es authored Mar 10, 2025
1 parent 66a7046 commit 62729fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manage-data/data-store/data-streams/logs-data-stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ On existing data streams, `logsdb` mode is applied on [rollover](../data-streams

### Optimized routing on sort fields [logsdb-sort-routing]

To reduce the storage footprint of `logsdb` indexes, you can enable routing optimizations. A routing optimization uses the fields in the sort configuration (except for `@timestamp`) to route documents to shards.
If you have the required [subscription](https://www.elastic.co/subscriptions), you can enable routing optimizations to reduce the storage footprint of `logsdb` indexes. A routing optimization uses the fields in the sort configuration (except for `@timestamp`) to route documents to shards.

In benchmarks, routing optimizations reduced storage requirements by 20% compared to the default `logsdb` configuration, with a negligible penalty to ingestion performance (1-4%). Routing optimizations can benefit data streams that are expected to grow substantially over time. Exact results depend on the sort configuration and the nature of the logged data.

Expand Down

0 comments on commit 62729fe

Please sign in to comment.