8 ms·
The support for JSON is only validation, otherwise it's just like a plain text column. A better choice would be to use a hstore column, which is sort of like J
by zxoq 14y ago
The support for JSON is only validation, otherwise it's just like a plain text column.
A better choice would be to use a hstore column, which is sort of like JSON but we different syntax. Postgres supports indexing hstore subfields, querying on them etc.