http://qs1969.pair.com?node_id=11129570


in reply to Re: Persistent data structures -- why so complicated? (updated)
in thread Persistent data structures -- why so complicated?

For PostgreSQL jsonb one might mention the advantage of json(b)-indexing: it makes access of large json tables fast (rule of thumb: 100x faster - of course, it only matters for large datasets).

(see the PostgreSQL fine manual on JSON-indexing)