VictoriaMetrics/app
Aliaksandr Valialkin 494ad0fdb3 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 18:08:58 +02:00
..
vmbackup app/{vmbackup,vmrestore}: add vmbackup and vmrestore tools for creating backups on s3 or gcs from instant snapshots 2019-11-07 21:26:43 +02:00
vminsert Revert "lib/fs: do not postpone directory removal on NFS error" 2019-11-12 16:29:50 +02:00
vmrestore app/vmrestore: the upcoming release would be 1.29.0 2019-11-10 00:20:18 +02:00
vmselect Revert "lib/fs: do not postpone directory removal on NFS error" 2019-11-12 16:29:50 +02:00
vmstorage lib/storage: remove inmemory index for recent hour, since it uses too much memory 2019-11-13 18:08:58 +02:00