QUERY PLAN
Limit (cost=2499.09..2500.04 rows=20 width=118)
-> Unique (cost=2498.14..2503.08 rows=104 width=118)
-> Sort (cost=2498.14..2498.40 rows=104 width=118)
Sort Key: (CASE WHEN ((rvr.status = 0) AND (r.next_verify_user = 1001)) THEN 1 ELSE 0 END) DESC, r.created_at DESC, r.id, r.amount, r.occurrence_at, r.settle_accounts_at, r.settle_accounts_by, r.description, r.created_by, r.updated_at, r.refuse_description, r.client_id, r.project_id, r.next_verify_user, r.is_resubmited, r.work_log_id, r.pre_sales_id, r.implement_record_id
-> Group (cost=2493.36..2494.66 rows=104 width=118)
Group Key: r.id, (CASE WHEN ((rvr.status = 0) AND (r.next_verify_user = 1001)) THEN 1 ELSE 0 END)
-> Sort (cost=2493.36..2493.62 rows=104 width=118)
Sort Key: r.id, (CASE WHEN ((rvr.status = 0) AND (r.next_verify_user = 1001)) THEN 1 ELSE 0 END) DESC
-> Nested Loop Left Join (cost=388.10..2489.88 rows=104 width=118)
-> Nested Loop Left Join (cost=387.81..1507.73 rows=104 width=118)
-> Hash Join (cost=387.52..779.81 rows=104 width=118)
Hash Cond: (rvr.reimbursement_id = r.id)
-> Seq Scan on tbl_reimbursement_verify_rels rvr (cost=0.00..362.96 rows=7543 width=8)
Filter: (user_id = 1001)
-> Hash (cost=386.19..386.19 rows=106 width=114)
-> Hash Right Join (cost=248.18..386.19 rows=106 width=114)
Hash Cond: (rsr.reimbursement_id = r.id)
-> Seq Scan on tbl_reimbursement_settle_rels rsr (cost=0.00..118.04 rows=7604 width=4)
-> Hash (cost=246.85..246.85 rows=106 width=114)
-> Seq Scan on tbl_reimbursements r (cost=0.00..246.85 rows=106 width=114)
Filter: ((status <> 0) AND (status = '4'::smallint))
-> Index Only Scan using tbl_term_taxonomy_relationships_object_id_term_id_idx on tbl_term_taxonomy_relationships dt1 (cost=0.29..6.99 rows=1 width=4)
Index Cond: ((object_id = r.id) AND (term_id = 15))
-> Index Scan using tbl_term_taxonomy_relationships_object_id_term_id_idx on tbl_term_taxonomy_relationships dt2 (cost=0.29..9.43 rows=1 width=4)
Index Cond: ((object_id = r.id) AND (term_id = 18))
Filter: (object_type = 7)