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?.
1 rows affected
1 rows affected
order_number | created_time | is_same |
---|---|---|
1 | 2018-09-27 14:46:33.962405 | null |
2 | 2018-09-27 14:46:33.968091 | f |
2 rows affected
1 rows affected
1 rows affected
order_number | created_time | is_same |
---|---|---|
1 | 2018-09-27 14:46:33.983261 | null |
2 | 2018-09-27 14:46:33.983261 | t |