From 1a363192ff63c4ca47af40b95672f73b7cd7e328 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Tue, 16 Aug 2022 13:44:45 +0300 Subject: [PATCH] lib/storage: typo fix in comments after f830edc0bc6b807cb53a16bb7baa2efc521c0a84 --- lib/storage/index_db.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/storage/index_db.go b/lib/storage/index_db.go index 6ca4fe55f..ad74c923d 100644 --- a/lib/storage/index_db.go +++ b/lib/storage/index_db.go @@ -1070,7 +1070,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)