Project

General

Profile

Idea #21844

Updated by Peter Amstutz about 2 months ago

https://www.postgresql.org/docs/current/datatype-json.html 

 Since Postgres 12, JSON path queries can dig into JSON structures and can be indexed.    This should give us a path to implementing per-file properties on collections that can be queried. 

Back