Live data from Hacker News

HTAP is Dead

mooncake.dev

1–10 of 95 posts

Re: HTAP is Dead

#3
>Cursor is powered by a single-box Postgres instance

Why wouldn't it? The resources needed to run the backend of Cursor come from the compute for the AI models. Updating someone's quota in a database every few minutes is not going to be causing issues.

Re: HTAP is Dead

#6
Terrible scrolling aside;

> pg_mooncake is a PostgreSQL extension adding columnstore tables with DuckDB execution for 1000x faster analytics. Columnstore tables are stored as Iceberg or Delta Lake tables in your Object Store. Maintained by Mooncake Labs, it is available on Neon Postgres.

Seems to summarise the reason this article exists.

Not that I really disagree with the premise or conclusion of the article itself.

Re: HTAP is Dead

#7
post #4
post #2

That is the worst smooth scrolling hijack I've ever seen, and the whole site breaks if you disable javascript.

[flagged]

I'm much more offended by your egregious copy paste comment than the actual site experience.

Re: HTAP is Dead

#8
From a modern startup’s POV - fast pivots, fast feedback - it’s fair to say HTAP is “dead.” The market is sticky and slow-moving. But I’d argue that’s precisely why it’s still interesting: fewer teams can survive the long game, but the payoff can be disproportionate.

Re: HTAP is Dead

#9

>Cursor is powered by a single-box Postgres instance Why wouldn't it? The resources needed to run the backend of Cursor come from the compute for the AI models. Updating someone's quota in a database every few minutes is not going to be causing issues.

there's actually a great read, cursor started with a distributed OLTP solution: yugabyte, and then fall back to RDS...

Re: HTAP is Dead

#10

>Cursor is powered by a single-box Postgres instance Why wouldn't it? The resources needed to run the backend of Cursor come from the compute for the AI models. Updating someone's quota in a database every few minutes is not going to be causing issues.

In the nosql era the idea that you could run even the basics for a >1m user SaaS platform on an ordinary, free, single-node transactional SQL database would have been considered nuts.
Post reply on HN