QUERY PLAN
GroupAggregate (cost=365.35..365.57 rows=11 width=36)
Group Key: implement_record_id
-> Sort (cost=365.35..365.38 rows=11 width=9)
Sort Key: implement_record_id
-> Seq Scan on tbl_reimbursements (cost=0.00..365.16 rows=11 width=9)
Filter: ((status = ANY ('{1,2,3}'::integer[])) AND (implement_record_id = ANY ('{7109,7194,7211,7281,7373,7407,7500,7501,7507,7510}'::integer[])))