By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
Help with an interesting Postgres question: Why isn't an Index Only Scan used on a partition accessed via the parent table?.
SELECT 1
id | items |
---|---|
abc | {"listings": [{"id": "aaa", "active": true}]} |
SELECT 1
UPDATE 1
id | items |
---|---|
abc | {"listings": [{"id": "pYIO23Bgh", "meta": {"title": "This is what we've been doing", "description": "They're great"}, "active": true}]} |
SELECT 1