From 43585d6c39ad9c45627b34617406f0a20eea87fa Mon Sep 17 00:00:00 2001 From: Zakhar Bessarab Date: Wed, 21 Jun 2023 11:40:07 +0400 Subject: [PATCH] docs/VictoriaLogs: add reference to benchmark setup in readme Signed-off-by: Zakhar Bessarab --- docs/VictoriaLogs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/VictoriaLogs/README.md b/docs/VictoriaLogs/README.md index bb55e0c46..f0fd21ca7 100644 --- a/docs/VictoriaLogs/README.md +++ b/docs/VictoriaLogs/README.md @@ -15,6 +15,7 @@ It provides the following key features: - VictoriaLogs capacity and performance scales lineraly with the available resources (CPU, RAM, disk IO, disk space). It runs smoothly on both Raspberry PI and a server with hundreds of CPU cores and terabytes of RAM. - VictoriaLogs can handle much bigger data volumes than ElasticSearch and Grafana Loki when running on comparable hardware. + See benchmark with ElasticSearch [here](https://github.com/VictoriaMetrics/VictoriaMetrics/tree/master/deployment/logs-benchmark). - VictoriaLogs supports multitenancy - see [these docs](#multitenancy). - VictoriaLogs supports out of order logs' ingestion aka backfilling.