Sort (cost=1925.25..1927.75 rows=1000 width=362) |
Sort Key: (date(tt.dt)) |
-> HashAggregate (cost=1857.92..1875.42 rows=1000 width=362) |
Group Key: tt.dt, p.day_at, p.user_id |
-> Hash Left Join (cost=1837.67..1850.42 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=1834.27..1834.27 rows=270 width=338) |
-> Bitmap Heap Scan on tbl_punch p (cost=1114.63..1834.27 rows=270 width=338) |
Recheck Cond: (user_id = 5446) |
-> Bitmap Index Scan on tbl_punch_pkey (cost=0.00..1114.57 rows=270 width=0) |
Index Cond: (user_id = 5446) |