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 12
CREATE TABLE
INSERT 0 44
ref_time | max_updated | total | processed | percent | rounded | complete | settled | ready |
---|---|---|---|---|---|---|---|---|
27793300 | 27809987 | 2 | 2 | 100.0 | 100 | t | t | t |
27793000 | 27809887 | 3 | 3 | 100.0 | 100 | t | t | t |
27794200 | 27810187 | 2 | 2 | 100.0 | 100 | t | f | f |
27793900 | 27810137 | 3 | 2 | 66.7 | 70 | f | f | f |
27793600 | 27810037 | 2 | 1 | 50.0 | 50 | f | t | f |
SELECT 5
DELETE 24