Sort (cost=2403.10..2405.60 rows=1000 width=362) |
Sort Key: (date(tt.dt)) |
-> HashAggregate (cost=2335.77..2353.27 rows=1000 width=362) |
Group Key: tt.dt, p.day_at, p.user_id |
-> Hash Left Join (cost=2315.52..2328.27 rows=1000 width=346) |
Hash Cond: (date(tt.dt) = p.day_at) |
-> Function Scan on generate_series tt (cost=0.02..10.02 rows=1000 width=8) |
-> Hash (cost=2308.25..2308.25 rows=580 width=338) |
-> Bitmap Heap Scan on tbl_punch p (cost=1114.71..2308.25 rows=580 width=338) |
Recheck Cond: (user_id = 5332) |
-> Bitmap Index Scan on tbl_punch_pkey (cost=0.00..1114.57 rows=580 width=0) |
Index Cond: (user_id = 5332) |