mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00:00
FAQ update (#2111)
* FAQ update: how downsampling and deduplication will work at the same time * Update docs/FAQ.md Co-authored-by: Aliaksandr Valialkin <valyala@gmail.com>
This commit is contained in:
parent
3e22537248
commit
9e7d6a585b
1 changed files with 4 additions and 0 deletions
|
@ -356,3 +356,7 @@ There could be a slight difference in stored values for time series. Due to diff
|
||||||
|
|
||||||
The query engine may behave differently for some functions. Please see [this article](https://medium.com/@romanhavronenko/victoriametrics-promql-compliance-d4318203f51e).
|
The query engine may behave differently for some functions. Please see [this article](https://medium.com/@romanhavronenko/victoriametrics-promql-compliance-d4318203f51e).
|
||||||
|
|
||||||
|
|
||||||
|
## If downsampling and deduplication are enabled how will this work?
|
||||||
|
|
||||||
|
[Deduplication](https://docs.victoriametrics.com/#deduplication) is a special case of zero-offset [downsampling](https://docs.victoriametrics.com/#downsampling). So, if both downsampling and deduplication are enabled, then deduplication is replaced by zero-offset downsampling
|
Loading…
Reference in a new issue