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?.
userid | speciality |
---|---|
840 | 1 |
840 | 2 |
840 | 3 |
42 | 42 |
SELECT 4
json_agg |
---|
[1, 2, 3] |
SELECT 1
array_agg |
---|
{1,2,3} |
SELECT 1