Hacker News new | ask | show | jobs
by Zikes 3673 days ago
PostgreSQL and jsonb: https://www.postgresql.org/docs/current/static/datatype-json...
1 comments

Yes, maybe use a database that allows you the best of both worlds, a serialised blob that happens to be queryable and generally really high performance.
Queryable and even indexable! Hardly a trade-off at all, really.