HashAggregate (cost=762.46..765.11 rows=265 width=12) |
Group Key: client_id |
-> Bitmap Heap Scan on tbl_work_logs (cost=45.22..760.97 rows=298 width=8) |
Recheck Cond: (client_id = ANY ('{3331,3290,2153,42,2131,2213,111,33,2118,122}'::integer[])) |
Filter: (NOT is_draft) |
-> Bitmap Index Scan on tbl_work_logs_client_id_idx (cost=0.00..45.15 rows=298 width=0) |
Index Cond: (client_id = ANY ('{3331,3290,2153,42,2131,2213,111,33,2118,122}'::integer[])) |