From f1a79656766a091dff537d3acf03044a29d54b3f Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Wed, 9 Oct 2019 17:28:00 +0300 Subject: [PATCH] README.md: refer to comment about ingestion rate scalability Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/175 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d950e7bc6..9689a70668 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,8 @@ Cluster performance and capacity scales with adding new nodes. * `vminsert` and `vmselect` nodes are stateless and may be added / removed at any time. Do not forget updating the list of these nodes on http load balancer. - Adding more `vminsert` nodes scales data ingestion rate. + Adding more `vminsert` nodes scales data ingestion rate. See [this comment](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/175#issuecomment-536925841) + about ingestion rate scalability. Adding more `vmselect` nodes scales select queries rate. * `vmstorage` nodes own the ingested data, so they cannot be removed without data loss. Adding more `vmstorage` nodes scales cluster capacity.