Hacker News new | ask | show | jobs
by ithkuil 1858 days ago
You may be interested in https://github.com/influxdata/influxdb_iox

Column store db, using the DataFusion SQL engine. Persistence using parquet files directly on object stores (e.g. S3)

Still under development

1 comments

Every high-volume Influx/Grafana implementation I’ve used has been a disaster. I’m now at a place that uses ClickHouse and I can now see the utility of Grafana
How so? I run a moderately sized InfluxDB stack (2x~2TB data) with Grafana, and it works pretty well.
The shape of the data matters. In particular the cardinality of the tags. If clickhouse works well for you, chances are that your use case will be well served by influxdb_iox too