QUERY PLAN
HashAggregate (cost=645.36..645.98 rows=62 width=4)
Group Key: s.created_by
-> Hash Join (cost=371.16..643.72 rows=656 width=4)
Hash Cond: (s.id = ccr.reimbursement_id)
-> Seq Scan on tbl_reimbursements s (cost=0.00..208.57 rows=7657 width=8)
-> Hash (cost=362.96..362.96 rows=656 width=4)
-> Seq Scan on tbl_reimbursement_verify_rels ccr (cost=0.00..362.96 rows=656 width=4)
Filter: (user_id = 1011)