Earlier quoted context omitted.
The serverless pitch is extremely appealing to many companies. Also, many serverless offerings seem like a great choice at the beginning. But at some point, you will want SQL features like joins, groups, secondary indexes, foreign keys etc. The missing link is really a serverless postgres (which many are working on but nothing has impressed me so far.
Sorry if this is ignorant, but I never understand what serverless Postgres means. What's different from a hosted Postgres instance? Some scaling characteristics or the fact you interact with it via an API instead of some library, ORM, or plain SQL?
One example of "serverless postgres" in my opinion would mean data is on a blob store and you only pay when running queries and for the static storage.
Basically snowflake's pricing model.