README.md: mention -search.cacheTimestampOffset in Backfilling section

This commit is contained in:
Aliaksandr Valialkin 2020-03-03 21:38:39 +02:00
parent 9a944fd169
commit 0ba8ee6022

View File

@ -851,6 +851,9 @@ the current timestamps. Query cache can be enabled after the backfilling is comp
An alternative solution is to query `/internal/resetRollupResultCache` url after backfilling is complete. This will reset
the query cache, which could contain incomplete data cached during the backfilling.
Yet another solution is to increase `-search.cacheTimestampOffset` flag value in order to disable caching
for data with timestamps close to the current time.
### Profiling
VictoriaMetrics provides handlers for collecting the following [Go profiles](https://blog.golang.org/profiling-go-programs):