From b26de84b4adee9a8102b14763d166589162a015c Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Wed, 31 Aug 2022 05:02:15 +0300 Subject: [PATCH] docs/FAQ.md: mention that single-node vm is easier to setup and operate than the cluster version of vm --- docs/FAQ.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/FAQ.md b/docs/FAQ.md index ebde8bcc92..055ca2fb94 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -317,6 +317,8 @@ between [cluster components](https://docs.victoriametrics.com/Cluster-VictoriaMe The performance of a single-node VictoriaMetrics scales almost perfectly with the available CPU, RAM and disk IO resources on the host where it runs - see [this article](https://valyala.medium.com/measuring-vertical-scalability-for-time-series-databases-in-google-cloud-92550d78d8ae). +Single-node VictoriaMetrics is easier to setup and operate comparing to cluster version of VictoriaMetrics. + Given the facts above **it is recommended to use single-node VictoriaMetrics in the majority of cases**. Cluster version of VictoriaMetrics may be preferred over single-node VictoriaMetrics in the following relatively rare cases: