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)
|
|---|