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?.
CREATE COLLATION
CREATE TABLE
INSERT 0 6
id | test |
---|---|
1 | AB |
2 | 12 |
3 | BX |
4 | null |
5 | 34 |
6 |
SELECT 6
id | test |
---|---|
4 | null |
6 | |
1 | AB |
3 | BX |
2 | 12 |
5 | 34 |
SELECT 6