add batch remove batch split batch comment selection show hidden batches hide batch highlight batch
db<>fiddle
donate feedback about
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 11
test_run_id test_id suite_id exe_length message
4187 7 12 35 Hub Status 345566
4195 null 31 14 Hub Status does123
4196 32 39 17 Hub Status doesn14
4197 32 39 11 Hub Status does0
4200 32 39 11 Hub Status does8
4201 32 39 11 Hub Status does1
SELECT 6
test_run_id test_id suite_id exe_length message
4187 7 12 35 Hub Status 345566
4187 7 12 35 Hub Status d34567
4195 null 31 14 Hub Status does123
4196 32 39 17 Hub Status doesn14
4197 32 39 11 Hub Status does0
4200 32 39 11 Hub Status does8
4201 32 39 11 Hub Status does1
SELECT 7