Unique (cost=535.38..535.51 rows=26 width=4) |
-> Sort (cost=535.38..535.44 rows=26 width=4) |
Sort Key: s.created_by |
-> Nested Loop (cost=0.28..534.76 rows=26 width=4) |
-> Seq Scan on tbl_reimbursement_verify_rels ccr (cost=0.00..362.96 rows=26 width=4) |
Filter: (user_id = 5446) |
-> Index Scan using tbl_reimbursements_pkey on tbl_reimbursements s (cost=0.28..6.61 rows=1 width=8) |
Index Cond: (id = ccr.reimbursement_id) |