Hacker News new | ask | show | jobs
by MisterOctober 2239 days ago
At my office, we heavily lean on Postgres' JSONB capabilities, especially for archived data that is occasionally accessed, and also to handle data dumps from other services. The JSONB traversal operators are intuitive and the searching is fast-enough to be useful. Yet another reason that I reach for Postgres first time, every time.
1 comments

And you can index the fields in the jsonb too! PG all the things!