From 01b95ffd6ffeff7bd508760b824d3426f7ed5fcd Mon Sep 17 00:00:00 2001 From: Andy Feller Date: Fri, 26 Aug 2016 14:26:12 -0400 Subject: [PATCH] Fixing broken link to blog posting about elasticsearch comparison --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eab92a710..e4fe2c5fa 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repo contains code for benchmarking InfluxDB against other databases and ti Current databases supported: + InfluxDB -+ Elasticsearch ([announcement blog here](https://influxdata.com/blog/influxdb-crushes-elasticsearch-in-time-series-data-metrics-benchmark/)) ++ Elasticsearch ([announcement blog here](https://influxdata.com/blog/influxdb-markedly-elasticsearch-in-time-series-data-metrics-benchmark/)) ## Testing Methodology In an attempt to make our performance comparison both realistic and relatable, we decided to build our benchmark suite according to real-world use cases. Micro-benchmarks are useful for database engineers, but using realistic data helps us better understand how our software performs under practical workloads.