Hacker News new | ask | show | jobs
by peapod91 1518 days ago
How do you compare to https://betterstack.com/logtail which also seems to be built on Clickhouse?
1 comments

A few differences:

- Even though logtail is quite cheap, we are even cheaper solution - Our pricing model separates ingestion from query. If you don't query, you don't pay for query. Just ingestion. - We are JSON native. Our SQL allows querying JSON fields that are nested under nested JSON arrays. - Performance. We believe our solution is much faster for selective queries. This like most performance claims, it all just depends on the data shape, volume and what you are querying.

Similarities: - We both use ClickHouse as underlying DB.