From 0ba8ee602295cd9550b9b67af34346c34d53f0bc Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Tue, 3 Mar 2020 21:38:39 +0200 Subject: [PATCH] README.md: mention `-search.cacheTimestampOffset` in `Backfilling` section --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2ef445266..9a1a3e58f 100644 --- a/README.md +++ b/README.md @@ -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):