QUERY PLAN
GroupAggregate (cost=344.31..344.47 rows=8 width=36)
Group Key: implement_record_id
-> Sort (cost=344.31..344.33 rows=8 width=9)
Sort Key: implement_record_id
-> Seq Scan on tbl_reimbursements (cost=0.00..344.19 rows=8 width=9)
Filter: ((status = ANY ('{1,2,3}'::integer[])) AND (implement_record_id = ANY ('{7530,7529,7531,7527,7533,7534,7532,7535}'::integer[])))