You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should be comparable to MongoDB, data stored as JSONB with native hash indexes and json search.
-- indexCREATEINDEXindexnmaeON tablename USING HASH ((value->'jsonfield'->'jsonfield2'));
-- querySELECT key, value FROM tablename WHERE (value->'jsonfield'->'jsonfield2') ="hi";
The text was updated successfully, but these errors were encountered:
Should be comparable to MongoDB, data stored as JSONB with native hash indexes and json search.
The text was updated successfully, but these errors were encountered: