Is the jsonb_column @> '{"key":value}'::jsonb operator equal to jsonb_column->'key' = value? in terms of result, performance, and indexes that will be used?
jsonb_column @> '{"key":value}'::jsonb
jsonb_column->'key' = value
Aucun commentaire:
Enregistrer un commentaire