Skip to content

Commit d78d9ee

Browse files
authored
Update 138723.yaml
1 parent 15c563a commit d78d9ee

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

docs/changelog/138723.yaml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,16 @@ area: Mapping
44
type: feature
55
issues: []
66
highlight:
7-
title: Remove DOC_VALUES_SKIPPER feature flag
7+
title: Enable doc_values skippers
88
body: |-
9-
Removing this flag will enable skippers automatically on keyword, ip,
10-
boolean, date and numeric fields that have index=false and
11-
doc_values=true. In addition, some fields in time_series and logsdb
12-
modes will default to using doc values skippers in place of points or
13-
terms indexes.
9+
Doc_values skippers add a sparse index to doc_values fields, allowing efficient
10+
querying and filtering on a field without having to build a separate BKD or terms
11+
index. These are now enabled automatically on any field configured with
12+
index=false and doc_values=true.
13+
14+
TSDB indexes now default to using skippers in place of indexes for their
15+
@timestamp and _tsid fields, greatly reducing their on-disk footprint.
16+
LogsDB indexes default to using skippers in places of indexes for their
17+
@timestamp and host.name fields.
18+
1419
notable: true

0 commit comments

Comments
 (0)