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
INSERT 0 62
boy | string_agg |
---|---|
大白 | B:1~13,A:14~20,B:21~31 |
小明 | A:1~13,B:14~20,A:21~31 |
SELECT 2