mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 20:37:12 +01:00
lib/storage: typo fix in comments after f830edc0bc
This commit is contained in:
parent
f830edc0bc
commit
b0e1bb517e
@ -1047,7 +1047,7 @@ func (is *indexSearch) searchLabelValuesWithFiltersOnDate(qt *querytracer.Tracer
|
||||
return err
|
||||
}
|
||||
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.
|
||||
// This hould help https://github.com/VictoriaMetrics/VictoriaMetrics/issues/2978
|
||||
metricIDs := filter.AppendTo(nil)
|
||||
|
Loading…
Reference in New Issue
Block a user