Join Nostr
2026-07-17 10:29:55 UTC
in reply to

Phantasm on Nostr: bruh/a1ba lain silverpill meso Blurry Moon >Not to mention the JSON-in-PostgreSQL ...


>Not to mention the JSON-in-PostgreSQL being pain in the ass every time something wrong happening to it

That's just ActivityPub being ActivityPub. You can't normalize a barely structured document into columns. Best you can do is pull out certain normalized values into separate columns and have a hybrid schema. Which the indexed jsonb stuff basically does anyway.

I think that is also where the whole rewrite Akkoma DB backend for Cassandra came from.