VictoriaMetrics/app/vmselect
Aliaksandr Valialkin 1575a560f0 app/vmselect/netstorage: adaptively adjust the maximum inmemory file size for storing temporary blocks
The maximum inmemory file size now depends on `-memory.allowedPercent`.
This should improve performance and reduce the number of filesystem calls
on machines with big amounts of RAM when performing heavy queries
over big number of samples and time series.
2019-09-03 13:32:09 +03:00
..
netstorage app/vmselect/netstorage: adaptively adjust the maximum inmemory file size for storing temporary blocks 2019-09-03 13:32:09 +03:00
prometheus app/vmselect/promql: remove NaNs from /api/v1/query_range output like Prometheus does 2019-08-20 23:01:41 +03:00
promql all: port to FreeBSD on GOARCH=amd64 2019-08-28 01:19:23 +03:00
main.go all: return 503 http error if service is temporarily unavailable 2019-08-23 09:55:07 +03:00
README.md all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00

vmselect performs the incoming queries and fetches the required data from vmstorage.