ClickHouse cost-efficiency in action: analyzing 500B rows on an Intel NUC
1–10 of 91 posts
Re: ClickHouse cost-efficiency in action: analyzing 500B rows on an Intel NUC
#2Re: ClickHouse cost-efficiency in action: analyzing 500B rows on an Intel NUC
#3Re: ClickHouse cost-efficiency in action: analyzing 500B rows on an Intel NUC
#4Re: ClickHouse cost-efficiency in action: analyzing 500B rows on an Intel NUC
#5What’s the tldr on why it is fast?
Re: ClickHouse cost-efficiency in action: analyzing 500B rows on an Intel NUC
#6What’s the tldr on why it is fast?
Re: ClickHouse cost-efficiency in action: analyzing 500B rows on an Intel NUC
#7What’s the tldr on why it is fast?
> Thus, we add the following materialized view ... At the end we should have 1440 times fewer rows in the aggregate than the source table.
The cost of populating that view is amortized over the 17.5 hours it took to load the data.
Re: ClickHouse cost-efficiency in action: analyzing 500B rows on an Intel NUC
#8We use ClickHouse extensively and it's been great: https://blog.cloudflare.com/http-analytics-for-6m-requests-p...
We use the verb "to use brakes" to describe that something works slowly. There was a long story of threads about Java performance, until the meme was solidified after the news from 2005 DARPA Grand Challenge (racing competition for autonomous robotic self-driven cars): a car named Tommy by Jefferson Team which was running Java under Linux haven't used breaks before a turn and crashed to the wall at 70 mph, hence Java runs fast and Java doesn't use brakes were both described perfectly by the same sentence.
Yandex used the meme to advertise Clickhouse for engineers.
edit: formatting
edit2: brakes instead of breaks, wtf
Re: ClickHouse cost-efficiency in action: analyzing 500B rows on an Intel NUC
#9We use ClickHouse extensively and it's been great: https://blog.cloudflare.com/http-analytics-for-6m-requests-p...
You've lost a Russian IT meme in translation. We use the verb " to use brakes " to describe that something works slowly. There was a long story of threads about Java performance, until the meme was solidified after the news from 2005 DARPA Grand Challenge (racing competition for autonomous robotic self-driven cars): a car named Tommy by Jefferson Team which was running Java under Linux haven't used breaks before a tu…
Re: ClickHouse cost-efficiency in action: analyzing 500B rows on an Intel NUC
#10We use ClickHouse extensively and it's been great: https://blog.cloudflare.com/http-analytics-for-6m-requests-p...
You've lost a Russian IT meme in translation. We use the verb " to use brakes " to describe that something works slowly. There was a long story of threads about Java performance, until the meme was solidified after the news from 2005 DARPA Grand Challenge (racing competition for autonomous robotic self-driven cars): a car named Tommy by Jefferson Team which was running Java under Linux haven't used breaks before a tu…
I thought maybe it meant using break statements in your loops slows things down or something.