@@ -25,6 +25,19 @@ Other versions:
2525
2626// tag::notable-highlights[]
2727[discrete]
28+ [[indexing-speed-improvement]]
29+ === Indexing speed improvement
30+
31+ {es} 7.10 improves indexing speed by up to 20%. We've reduced the coordination
32+ needed to add entries to the <<index-modules-translog,transaction log>>. This
33+ reduction allows for more concurrency and increases the transaction log buffer
34+ size from `8KB` to `1MB`. However, performance gains are lower for
35+ full-text search and other analysis-intensive use cases. The heavier the
36+ indexing chain, the lower the gains, so indexing chains that involve many
37+ fields, ingest pipelines or full-text indexing will see lower gains.
38+
39+ [discrete]
40+ [[more-space-efficient-indices]]
2841=== More space-efficient indices
2942
3043{es} 7.10 depends on Apache Lucene 8.7, which introduces higher compression of
@@ -40,12 +53,11 @@ Elasticsearch offers the ability to configure the <<index-codec,`index.codec`>>
4053setting to tell Elasticsearch how aggressively to compress stored fields. Both
4154supported values `default` and `best_compression` will get better compression
4255with this change.
43- // end::notable-highlights[]
4456
45- // tag::notable-highlights[]
4657[discrete]
4758[[data-tier-formalization]]
4859=== Data tiers
60+
49617.10 introduces the concept of formalized data tiers within Elasticsearch. <<data-tiers,Data tiers>>
5062are a simple, integrated approach that gives users control over optimizing for cost,
5163performance, and breadth/depth of data. Prior to this formalization, many users configured their own
0 commit comments