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?.
month
2021-01-01
null
QUERY PLAN
GroupAggregate (cost=0.00..0.03 rows=2 width=0) (actual time=0.003..0.003 rows=2 loops=1)
  Group Key: '2021-01-01'::date
  Group Key: ()
  -> Result (cost=0.00..0.01 rows=1 width=0) (actual time=0.000..0.000 rows=1 loops=1)
Planning time: 0.017 ms
Execution time: 0.027 ms
month
null
2021-01-01