HashAggregate (cost=1229.46..1235.57 rows=611 width=12) |
Group Key: client_id |
-> Bitmap Heap Scan on tbl_work_logs (cost=19.40..1225.25 rows=842 width=8) |
Recheck Cond: (client_id = ANY ('{1181,497,287}'::integer[])) |
Filter: (NOT is_draft) |
-> Bitmap Index Scan on tbl_work_logs_client_id_idx (cost=0.00..19.19 rows=843 width=0) |
Index Cond: (client_id = ANY ('{1181,497,287}'::integer[])) |