I have been running the windows release of influxdb 2.05 and influxdb 1.7 on separate but similar servers. Logstash is pushing the same data to each using the V1 API in parallel so both DB have pretty much the same data. The influx 1.7 has more data since it has been running longer. Using Grafana to query the data, I am finding the 1.7 version to be a bit faster on larger queries. In one test pulling 137K records, the 1.7 version took 1.45 seconds and the 2.05 version 3.21 (per Grafana Stats). The query to both is the same and influxql, not flux. When I use flux, it is much, much slower and cannot handle large return record sets.
Anyone else compared per 2.0 and 2.0 versions for performance? I want to upgrade to stay current but worry about performance of the 2.0 version.
