HN user

dreyfan

1,508 karma
Posts0
Comments220
View on HN
No posts found.

All you need is Postgres (OLTP) and if you have large datasets where Postgres falls behind for analytical work, then you reach for Clickhouse (OLAP) for those features (while Postgres remains your primary operational database and source of truth).

Because ZK is garbage and complicates every clustered application that relies on it? Kafka is ditching ZK too.

Clickhouse cluster quite simply doesn’t support elastic rebalancing. Avoid CH if that is a hard requirement for your setup.

Am I? I don’t have a horse in this race.

I responded because I felt the “Did anyone really think” comment was arrogant and dismissive. I provided examples where a layperson could easily reach that conclusion.

I don't really see the point of your comment, besides to express some sort of overly pedantic characterization of push vs pull event propagation techniques.

Did anyone really think that every time someone makes a DNS update it is broadcasted to every DNS resolver on the internet?

Absolutely. All of these, especially to an average person, imply the data takes a while to be pushed out "across the internet".

GoDaddy [1]: "but it can take up to 48 hours for everything to propagate across the Internet"

Namecheap [2]: "it is a period of time ISP (Internet service provider) nodes across the world take to update their caches with the new DNS information of your domain."

AWS [3]: "DNS propagation is the amount of time that it takes for DNS changes to be updated across the internet"

[1] https://www.godaddy.com/help/what-factors-affect-dns-propaga...

[2] https://www.namecheap.com/support/knowledgebase/article.aspx...

[3] https://aws.amazon.com/premiumsupport/knowledge-center/route...

Kubernetes is like a Rube Goldberg machine. It’s complex to setup, very satisfying to watch in action, and gets the job done even if there’s a few extra moving parts.

So, next time a police officer draws a weapon on someone, and that someone lawfully exercises their right to self-defense while exercising their right to bear arms, we're all 100% on the same page that it's okay, yeah?

I look forward to the next stage of cloud hype - dataless - so I don't have to worry about the nuances of data management and I can just run my analytics.

What's the easiest way to deploy a docker container to a VM? Preferably without ten layers of cloud provider interconnected services or expensive and complex kubernetes layers? I just want to send a container and get back an IP address I can send some traffic to the exposed port(s).