From f0ff9c6f8c8479199ef25995bd0139fb2861eb5e Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Mon, 2 Oct 2023 22:24:48 +0200 Subject: [PATCH] docs/Articles.md: add a video from GopherCon 2023 for `Writing a TSDB from scratch: performance optimization` talk --- docs/Articles.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Articles.md b/docs/Articles.md index 96e9c7a9cb..c6c1f6e28d 100644 --- a/docs/Articles.md +++ b/docs/Articles.md @@ -137,4 +137,5 @@ See also [case studies](https://docs.victoriametrics.com/CaseStudies.html). * [VictoriaMetrics Meetup December 2022](https://www.youtube.com/watch?v=Mesc6JBFNhQ). See also [slides for "VictoriaMetrics 2022: new features" talk](https://docs.google.com/presentation/d/1jI7XZoodmuzLymdu4MToG9onAKQjzCNwMO2NDupyUkQ/edit?usp=sharing). * [Comparing Thanos to VictoriaMetrics cluster](https://faun.pub/comparing-thanos-to-victoriametrics-cluster-b193bea1683) * [Evaluation performance and correctness: VictoriaMetrics response](https://valyala.medium.com/evaluating-performance-and-correctness-victoriametrics-response-e27315627e87) -* [How to reduce expenses on monitoring slides](https://www.slideshare.net/RomanKhavronenko/how-to-reduce-expenses-on-monitoringpdf) \ No newline at end of file +* [How to reduce expenses on monitoring slides](https://www.slideshare.net/RomanKhavronenko/how-to-reduce-expenses-on-monitoringpdf) +* [Writing a TSDB from Scratch: Performance Optimization](https://www.youtube.com/watch?v=NdjuW98ep_w)