@@ -25,6 +25,19 @@ Other versions:
25
25
26
26
// tag::notable-highlights[]
27
27
[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]]
28
41
=== More space-efficient indices
29
42
30
43
{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`>>
40
53
setting to tell Elasticsearch how aggressively to compress stored fields. Both
41
54
supported values `default` and `best_compression` will get better compression
42
55
with this change.
43
- // end::notable-highlights[]
44
56
45
- // tag::notable-highlights[]
46
57
[discrete]
47
58
[[data-tier-formalization]]
48
59
=== Data tiers
60
+
49
61
7.10 introduces the concept of formalized data tiers within Elasticsearch. <<data-tiers,Data tiers>>
50
62
are a simple, integrated approach that gives users control over optimizing for cost,
51
63
performance, and breadth/depth of data. Prior to this formalization, many users configured their own
0 commit comments