diff --git a/docs/reference/release-notes/highlights.asciidoc b/docs/reference/release-notes/highlights.asciidoc index d836e2828d0..72a2c81f035 100644 --- a/docs/reference/release-notes/highlights.asciidoc +++ b/docs/reference/release-notes/highlights.asciidoc @@ -23,6 +23,25 @@ Other versions: | {ref-bare}/7.1/release-highlights-7.1.0.html[7.1] | {ref-bare}/7.0/release-highlights-7.0.0.html[7.0] +// tag::notable-highlights[] +[discrete] +=== More space-efficient indices + +{es} 7.10 depends on Apache Lucene 8.7, which introduces higher compression of +stored fields, the part of the index that notably stores the +<>. On the various datasets that we benchmark +against, we noticed space reductions between 0% and 10%. This change especially +helps on datasets that have lots of redundant data across documents, which is +typically the case of the documents that are produced by our Observability +solutions, which repeat metadata about the host that produced the data on every +document. + +Elasticsearch offers the ability to configure the <> +setting to tell Elasticsearch how aggressively to compress stored fields. Both +supported values `default` and `best_compression` will get better compression +with this change. +// end::notable-highlights[] + // tag::notable-highlights[] [discrete] [[data-tier-formalization]]