VictoriaMetrics/app
Aliaksandr Valialkin 86a1cd700b lib/storage: remove inmemory index for recent hour, since it uses too much memory
Production workload shows that the index requires ~4Kb of RAM per active time series.
This is too much for high number of active time series, so let's delete this index.

Now the queries should fall back to the index for the current day instead of the index
for the recent hour. The query performance for the current day index should be good enough
given the 100M rows/sec scan speed per CPU core.
2019-11-13 17:58:07 +02:00
..
victoria-metrics Revert "lib/fs: do not postpone directory removal on NFS error" 2019-11-12 16:18:09 +02:00
vmbackup Refer to https://medium.com/@valyala/speeding-up-backups-for-big-time-series-databases-533c1a927883 from multiple places in README.md 2019-11-12 13:02:39 +02:00
vminsert all: make fmt 2019-10-17 20:04:34 +03:00
vmrestore app/vmrestore: the upcoming release would be 1.29.0 2019-11-10 00:20:41 +02:00
vmselect fix misspelled words (#229) 2019-11-12 00:16:42 +02:00
vmstorage lib/storage: remove inmemory index for recent hour, since it uses too much memory 2019-11-13 17:58:07 +02:00