mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
lib/storage: typo fix in comments after f830edc0bc
This commit is contained in:
parent
f830edc0bc
commit
b0e1bb517e
1 changed files with 1 additions and 1 deletions
|
@ -1047,7 +1047,7 @@ func (is *indexSearch) searchLabelValuesWithFiltersOnDate(qt *querytracer.Tracer
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
if filter != nil && filter.Len() < 100e3 {
|
if filter != nil && filter.Len() < 100e3 {
|
||||||
// It is faster to obtain label names by metricIDs from the filter
|
// It is faster to obtain label values by metricIDs from the filter
|
||||||
// instead of scanning the inverted index for the matching filters.
|
// instead of scanning the inverted index for the matching filters.
|
||||||
// This hould help https://github.com/VictoriaMetrics/VictoriaMetrics/issues/2978
|
// This hould help https://github.com/VictoriaMetrics/VictoriaMetrics/issues/2978
|
||||||
metricIDs := filter.AppendTo(nil)
|
metricIDs := filter.AppendTo(nil)
|
||||||
|
|
Loading…
Reference in a new issue