mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
7209d58fbd
Previously VictoriaMetrics was processing up to 32 time series in a single goroutine. This could be slow if each time series contains big number of data points (10M+ or more), since only a single CPU core could be loaded with work, while other CPU cores were idle. Fix this by launching GOMAXPROCS workers for time series processing. This should help with https://github.com/VictoriaMetrics/VictoriaMetrics/issues/572 |
||
---|---|---|
.. | ||
netstorage | ||
prometheus | ||
promql | ||
main.go | ||
README.md |
vmselect
performs the incoming queries and fetches the required data
from vmstorage
.