Influxdb VS QuestDB VS ClickHouse

After the disaster that was InfluxDB’s later versions, I decided it was time to move on from InfluxDB 1.11. For my evaluation, I tested three databases using real-world data and the actual queries I rely on. The versions tested were:

InfluxDB: 1.11.8

QuestDB: 8.2.3

ClickHouse: 25.3.2

The test setup included two tables:

• price with over 7.7 billion rows (7,745,168,884)

• 1dayprice with around 13.5 million rows (13,580,249)

Continue reading “Influxdb VS QuestDB VS ClickHouse”