QUERY PLAN
HashAggregate (cost=647.37..647.99 rows=62 width=4)
Group Key: s.created_by
-> Hash Join (cost=371.16..645.73 rows=656 width=4)
Hash Cond: (s.id = ccr.reimbursement_id)
-> Seq Scan on tbl_reimbursements s (cost=0.00..210.15 rows=7715 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)