File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed
Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,16 @@ area: Mapping
44type : feature
55issues : []
66highlight :
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
You can’t perform that action at this time.
0 commit comments