ClickHouse as an alternative to Elasticsearch for log storage and analysis
11–20 of 140 posts
Re: ClickHouse as an alternative to Elasticsearch for log storage and analysis
#12Read that as "Clubhouse" on first glance ... ... and was quite intrigued :) PS: Tough crowd tonite ... It would appear local crowd does not take well to some tongue-in-cheek. Besides, it actually happened as described.-
Re: ClickHouse as an alternative to Elasticsearch for log storage and analysis
#13Anyone know more lightweight alternative to (ELK) Elastic Stack? I found https://vector.dev but it seems to be only the "L" part.
Have you looked into Google Cloud Logging (Stackdriver)? It's the most affordable and decent-enough solution we've found. The only issue is querying can be slow on large volumes.
Re: ClickHouse as an alternative to Elasticsearch for log storage and analysis
#14I don't have any production experience running Clickhouse, but I have used it on a side project for an OLAP workload. Compared to Postgres Clickhouse was a couple orders of magnitude faster (for the query pattern), and it was pretty easy to setup a single node configuration compared to lots of the "big data" stuff. Clickhouse is really a game changer.
Re: ClickHouse as an alternative to Elasticsearch for log storage and analysis
#15But from user's perspective is clickhouse superior to the others?
Re: ClickHouse as an alternative to Elasticsearch for log storage and analysis
#16I wish Elasticsearch were maybe a little more opinionated in its defaults. In some ways Clickhouse feels like they filled the gap not having opinionated defaults created. My usage is from a few years back so maybe things have improved
Re: ClickHouse as an alternative to Elasticsearch for log storage and analysis
#17I don't have any production experience running Clickhouse, but I have used it on a side project for an OLAP workload. Compared to Postgres Clickhouse was a couple orders of magnitude faster (for the query pattern), and it was pretty easy to setup a single node configuration compared to lots of the "big data" stuff. Clickhouse is really a game changer.
what happens when your data doesn't fit in a single node anymore?
Re: ClickHouse as an alternative to Elasticsearch for log storage and analysis
#18Read that as "Clubhouse" on first glance ... ... and was quite intrigued :) PS: Tough crowd tonite ... It would appear local crowd does not take well to some tongue-in-cheek. Besides, it actually happened as described.-
Take my upvote, because the same happened to me.
Re: ClickHouse as an alternative to Elasticsearch for log storage and analysis
#19I don't have any production experience running Clickhouse, but I have used it on a side project for an OLAP workload. Compared to Postgres Clickhouse was a couple orders of magnitude faster (for the query pattern), and it was pretty easy to setup a single node configuration compared to lots of the "big data" stuff. Clickhouse is really a game changer.
what happens when your data doesn't fit in a single node anymore?
Re: ClickHouse as an alternative to Elasticsearch for log storage and analysis
#20My biggest problem with Elasticsearch is how easy it is to get data in there and think everything is just fine... until it falls flat on its face the moment you hit some random use case that, according to Murphy's law, will also be a very important one. I wish Elasticsearch were maybe a little more opinionated in its defaults. In some ways Clickhouse feels like they filled the gap not having opinionated defaults crea…