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 TABLE TABLE_1 (Column1 bit(4))
CREATE TABLE
SELECT * FROM TABLE_1 WHERE Column1 = 5::BIT(4)
column1 |
---|
SELECT 0