mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 12:31:07 +01:00
README.md: mention -search.cacheTimestampOffset
in Backfilling
section
This commit is contained in:
parent
9a944fd169
commit
0ba8ee6022
@ -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
|
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.
|
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
|
### Profiling
|
||||||
|
|
||||||
VictoriaMetrics provides handlers for collecting the following [Go profiles](https://blog.golang.org/profiling-go-programs):
|
VictoriaMetrics provides handlers for collecting the following [Go profiles](https://blog.golang.org/profiling-go-programs):
|
||||||
|
Loading…
Reference in New Issue
Block a user