mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
lib/storage: tune loopsCountPerMetricNameMatch according to production workload
This commit is contained in:
parent
d4aadba9fa
commit
6e855d4b82
1 changed files with 1 additions and 1 deletions
|
@ -3260,7 +3260,7 @@ func (is *indexSearch) updateMetricIDsForPrefix(prefix []byte, metricIDs *uint64
|
|||
}
|
||||
|
||||
// The estimated number of index scan loops a single loop in updateMetricIDsByMetricNameMatch takes.
|
||||
const loopsCountPerMetricNameMatch = 300
|
||||
const loopsCountPerMetricNameMatch = 150
|
||||
|
||||
func (is *indexSearch) intersectMetricIDsWithTagFilter(tf *tagFilter, filter *uint64set.Set) (*uint64set.Set, error) {
|
||||
if filter.Len() == 0 {
|
||||
|
|
Loading…
Reference in a new issue