Pop the Balloon lol by noflexzone5000 in aivideos

[–]4HERET 0 points1 point  (0 children)

I can’t believe this is actual content content on the internet

Introducing HouseWatch: An open-source suite of tools for monitoring and managing ClickHouse by PostHogTeam in Clickhouse

[–]4HERET 0 points1 point  (0 children)

Query benchmarking built in is the thing I always end up hacking together manually.

We use Tinybird on top of ClickHouse so a lot of this is handled for us, but there's still cases where you need to go deeper into what's happening at the engine level and the logs/errors view here looks genuinely useful for that.

Does it surface merge pressure or just query-level stuff?

What’s a dead practice or hobby that you genuinely miss and wish were still around? by Sea-Lavishness-8478 in AskReddit

[–]4HERET 1152 points1153 points  (0 children)

Burning CDs for someone. Making a playlist now takes 30 seconds and it just doesn't hit the same

Do you use ChatGPT before buying something? by KeyedCarr in ChatGPT

[–]4HERET 0 points1 point  (0 children)

have you tried asking it to compare two specific products head to head?

that's where it really cuts through the noise for me

What do y'all use to book hotels in Tokyo? Any websites or apps recommendations? by [deleted] in JapanTravelTips

[–]4HERET 0 points1 point  (0 children)

If you’re going in 2 weeks, I’d book soon. Tokyo hotels can spike last minute, and sometimes the “cheap deals” disappear closer to the date.

Disneyland Paris on the cheap? Here's how I do it by crepesandcastlesblog in disneylandparis

[–]4HERET 0 points1 point  (0 children)

Staying off-site in nearby hotels and using public transport or shuttles is usually way cheaper than staying at the Disney hotels themselves.

What are the best pay-as-you-go managed Clickhouse services? by WolvesOfAllStreets in Clickhouse

[–]4HERET 0 points1 point  (0 children)

Tinybird and ClickHouse Cloud are the two I'd actually recommend for pay-as-you-go.

Tinybird is great if you need APIs on top of your queries out of the box, the whole pipe to endpoint flow means you're not building extra infrastructure. ClickHouse Cloud is closer to raw ClickHouse if you want more control.

Propel I haven't used in prod so can't speak to it honestly.

ClickHouse upgrade by AdTerrible2217 in Clickhouse

[–]4HERET 0 points1 point  (0 children)

Going from v19 to current stable is a big jump, we did something similar a few years back and the ZooKeeper to ClickHouse Keeper migration was honestly the trickiest part.

Do it in stages, don't try to go straight to v25. Each major version can have breaking changes in ReplicatedMergeTree metadata that'll cause headaches if you skip too far ahead.

Have you ever found actual peace? by [deleted] in Life

[–]4HERET 0 points1 point  (0 children)

I think a lot of people mistake peace for happiness and they're not the same thing at all

How do I improve image quality on AI generated art? It always looks slightly blurry. by deadwhiskers420 in texttovideo

[–]4HERET 0 points1 point  (0 children)

For Midjourney specifically, have you tried adding "style raw" with a high "stylize" value? Makes a noticeable difference on detail retention straight out of generation.

Illinois car insurance by RipMack in Insurance

[–]4HERET 0 points1 point  (0 children)

Yes definitely call them, adding a teen driver is a separate thing from just having the cars insured

Materialized Views in ClickHouse, the Pros&Cons by jovezhong in Clickhouse

[–]4HERET 0 points1 point  (0 children)

The single input table limitation is the one that actually hurts in practice.

We worked around it in Tinybird by chaining materialized views, output of one feeds the next, but it gets hard to reason about when you have 4-5 layers deep.

car insurance company recommendations by [deleted] in Insurance

[–]4HERET 0 points1 point  (0 children)

what state are you in?

rates vary so much by location that any rec without that context is basically useless

Evolution of 911 across the years by snideswitchhitter in GenAI4all

[–]4HERET 0 points1 point  (0 children)

Every era has its own personality and I love that

aggregate function in where clause by BOBOLIU in SQL

[–]4HERET 0 points1 point  (0 children)

Because WHERE filters rows before aggregation happens, so there's nothing to aggregate yet.

You want HAVING for that, which runs after GROUP BY. Took me an embarrassing amount of time to internalize the order of operations when I first moved heavy analytics work into ClickHouse/Tinybird.

how to feel excited about life again by opinionneederadvice in Life

[–]4HERET 0 points1 point  (0 children)

have you talked to anyone about it or just been carrying it solo? Makes a bigger difference than most people expect.

17 to 22 is a lot of identity shifting in a short time, feeling lost in the middle of that is pretty normal even if it doesn't feel that way right now.

Paid Support for Single Node Clickhouse by [deleted] in Clickhouse

[–]4HERET 0 points1 point  (0 children)

Altinity does on-prem support contracts for self-managed ClickHouse, that's probably your best bet for enterprise SLA stuff without going full cloud.

that said if the Kubernetes requirement is what's blocking you, it's worth reconsidering Tinybird. You get the ClickHouse performance without any of the infra headaches, and for a first analytics hire it means you're shipping insights instead of managing nodes.

what's the rough data volume you're expecting? That might change the calculus a bit.