QUERY PLAN
Limit (cost=1726.00..1726.05 rows=20 width=155)
-> Sort (cost=1726.00..1747.23 rows=8494 width=155)
Sort Key: (CASE WHEN ((sub.verify_status = 0) OR (sub.stop_verify_status = 0) OR (sub.cancel_verify_status = 0)) THEN 1 ELSE 2 END), sub.created_at DESC
-> Result (cost=0.00..1499.97 rows=8494 width=155)
-> Append (cost=0.00..1351.33 rows=8494 width=151)
-> Subquery Scan on sub (cost=0.00..0.04 rows=1 width=158)
-> HashAggregate (cost=0.00..0.03 rows=1 width=166)
Group Key: id, status, status
-> Result (cost=0.00..0.00 rows=0 width=83)
One-Time Filter: false
-> Subquery Scan on "*SELECT* 2" (cost=0.00..0.05 rows=1 width=189)
-> HashAggregate (cost=0.00..0.04 rows=1 width=201)
Group Key: id, status, status, status
-> Result (cost=0.00..0.00 rows=0 width=122)
One-Time Filter: false
-> Subquery Scan on "*SELECT* 3" (cost=0.00..0.04 rows=1 width=297)
-> HashAggregate (cost=0.00..0.03 rows=1 width=305)
Group Key: id, status, status
-> Result (cost=0.00..0.00 rows=0 width=222)
One-Time Filter: false
-> Subquery Scan on "*SELECT* 4" (cost=0.00..0.04 rows=1 width=297)
-> HashAggregate (cost=0.00..0.03 rows=1 width=305)
Group Key: id, status, status
-> Result (cost=0.00..0.00 rows=0 width=218)
One-Time Filter: false
-> Subquery Scan on "*SELECT* 5" (cost=0.00..0.04 rows=1 width=202)
-> HashAggregate (cost=0.00..0.03 rows=1 width=210)
Group Key: id, status, status
-> Result (cost=0.00..0.00 rows=0 width=123)
One-Time Filter: false
-> Subquery Scan on "*SELECT* 6" (cost=0.00..0.04 rows=1 width=297)
-> HashAggregate (cost=0.00..0.03 rows=1 width=305)
Group Key: id, status, status
-> Result (cost=0.00..0.00 rows=0 width=218)
One-Time Filter: false
-> Subquery Scan on "*SELECT* 7" (cost=0.00..0.04 rows=1 width=297)
-> HashAggregate (cost=0.00..0.03 rows=1 width=305)
Group Key: id, status, status
-> Result (cost=0.00..0.00 rows=0 width=218)
One-Time Filter: false
-> Subquery Scan on "*SELECT* 8" (cost=0.00..0.05 rows=1 width=197)
-> HashAggregate (cost=0.00..0.04 rows=1 width=209)
Group Key: id, status, status, status
-> Result (cost=0.00..0.00 rows=0 width=130)
One-Time Filter: false
-> Subquery Scan on "*SELECT* 9" (cost=0.00..0.04 rows=1 width=206)
-> HashAggregate (cost=0.00..0.03 rows=1 width=214)
Group Key: id, status, status
-> Result (cost=0.00..0.00 rows=0 width=131)
One-Time Filter: false
-> Subquery Scan on "*SELECT* 10" (cost=0.00..0.04 rows=1 width=297)
-> HashAggregate (cost=0.00..0.03 rows=1 width=305)
Group Key: id, status, status
-> Result (cost=0.00..0.00 rows=0 width=222)
One-Time Filter: false
-> Subquery Scan on "*SELECT* 11" (cost=0.00..0.04 rows=1 width=160)
-> HashAggregate (cost=0.00..0.03 rows=1 width=168)
Group Key: id, status, status
-> Result (cost=0.00..0.00 rows=0 width=89)
One-Time Filter: false
-> Subquery Scan on "*SELECT* 12" (cost=0.00..0.04 rows=1 width=187)
-> HashAggregate (cost=0.00..0.03 rows=1 width=195)
Group Key: id, status, status
-> Result (cost=0.00..0.00 rows=0 width=112)
One-Time Filter: false
-> Subquery Scan on "*SELECT* 13" (cost=0.00..0.04 rows=1 width=138)
-> HashAggregate (cost=0.00..0.03 rows=1 width=146)
Group Key: id, status, status
-> Result (cost=0.00..0.00 rows=0 width=107)
One-Time Filter: false
-> Subquery Scan on "*SELECT* 14" (cost=0.00..0.04 rows=1 width=143)
-> HashAggregate (cost=0.00..0.03 rows=1 width=151)
Group Key: id, status, status
-> Result (cost=0.00..0.00 rows=0 width=113)
One-Time Filter: false
-> Subquery Scan on "*SELECT* 15" (cost=0.00..0.04 rows=1 width=162)
-> HashAggregate (cost=0.00..0.03 rows=1 width=170)
Group Key: id, status, status
-> Result (cost=0.00..0.00 rows=0 width=127)
One-Time Filter: false
-> Subquery Scan on "*SELECT* 16" (cost=0.00..0.04 rows=1 width=164)
-> HashAggregate (cost=0.00..0.03 rows=1 width=172)
Group Key: id, status, status
-> Result (cost=0.00..0.00 rows=0 width=133)
One-Time Filter: false
-> Subquery Scan on "*SELECT* 17" (cost=0.00..0.04 rows=1 width=297)
-> HashAggregate (cost=0.00..0.03 rows=1 width=305)
Group Key: id, status, status
-> Result (cost=0.00..0.00 rows=0 width=226)
One-Time Filter: false
-> Subquery Scan on "*SELECT* 18" (cost=0.00..0.04 rows=1 width=297)
-> HashAggregate (cost=0.00..0.03 rows=1 width=305)
Group Key: id, status, status
-> Result (cost=0.00..0.00 rows=0 width=218)
One-Time Filter: false
-> Subquery Scan on "*SELECT* 19" (cost=990.31..1350.11 rows=8466 width=151)
-> HashAggregate (cost=990.31..1265.45 rows=8466 width=159)
Group Key: r.id, rvr.status, rsvr.status
-> Hash Left Join (cost=386.35..926.81 rows=8466 width=113)
Hash Cond: (r.id = rsvr.erp_cash_cost_ticket_id)
-> Hash Left Join (cost=385.19..893.89 rows=8466 width=109)
Hash Cond: (r.id = rvr.erp_cash_cost_ticket_id)
-> Seq Scan on tbl_erp_cash_cost_tickets r (cost=0.00..444.86 rows=8466 width=105)
Filter: (status <> 0)
-> Hash (cost=384.75..384.75 rows=35 width=8)
-> Seq Scan on tbl_erp_cash_cost_ticket_verify_rels rvr (cost=0.00..384.75 rows=35 width=8)
Filter: (user_id = 1000)
-> Hash (cost=1.15..1.15 rows=1 width=8)
-> Seq Scan on tbl_erp_cash_cost_ticket_stop_verify_rels rsvr (cost=0.00..1.15 rows=1 width=8)
Filter: (user_id = 1000)
-> Subquery Scan on "*SELECT* 20" (cost=0.00..0.04 rows=1 width=297)
-> HashAggregate (cost=0.00..0.03 rows=1 width=305)
Group Key: id, status, status
-> Result (cost=0.00..0.00 rows=0 width=259)
One-Time Filter: false
-> Subquery Scan on "*SELECT* 21" (cost=0.00..0.04 rows=1 width=151)
-> HashAggregate (cost=0.00..0.03 rows=1 width=159)
Group Key: id, status, status
-> Result (cost=0.00..0.00 rows=0 width=120)
One-Time Filter: false
-> Subquery Scan on "*SELECT* 22" (cost=0.00..0.04 rows=1 width=156)
-> HashAggregate (cost=0.00..0.03 rows=1 width=164)
Group Key: id, status, status
-> Result (cost=0.00..0.00 rows=0 width=125)
One-Time Filter: false
-> Subquery Scan on "*SELECT* 23" (cost=0.00..0.05 rows=1 width=240)
-> HashAggregate (cost=0.00..0.04 rows=1 width=252)
Group Key: id, status, status, status
-> Result (cost=0.00..0.00 rows=0 width=173)
One-Time Filter: false
-> Subquery Scan on "*SELECT* 24" (cost=0.00..0.04 rows=1 width=297)
-> HashAggregate (cost=0.00..0.03 rows=1 width=305)
Group Key: id, status, status
-> Result (cost=0.00..0.00 rows=0 width=251)
One-Time Filter: false
-> Subquery Scan on "*SELECT* 25" (cost=0.00..0.04 rows=1 width=297)
-> HashAggregate (cost=0.00..0.03 rows=1 width=305)
Group Key: id, status, status
-> Result (cost=0.00..0.00 rows=0 width=251)
One-Time Filter: false
-> Subquery Scan on "*SELECT* 26" (cost=0.00..0.04 rows=1 width=297)
-> HashAggregate (cost=0.00..0.03 rows=1 width=305)
Group Key: id, status, status
-> Result (cost=0.00..0.00 rows=0 width=251)
One-Time Filter: false
-> Subquery Scan on "*SELECT* 27" (cost=0.00..0.04 rows=1 width=297)
-> HashAggregate (cost=0.00..0.03 rows=1 width=305)
Group Key: id, status, status
-> Result (cost=0.00..0.00 rows=0 width=251)
One-Time Filter: false
-> Subquery Scan on "*SELECT* 28" (cost=0.00..0.04 rows=1 width=297)
-> HashAggregate (cost=0.00..0.03 rows=1 width=305)
Group Key: id, status, status
-> Result (cost=0.00..0.00 rows=0 width=251)
One-Time Filter: false
-> Subquery Scan on "*SELECT* 29" (cost=0.00..0.05 rows=1 width=297)
-> HashAggregate (cost=0.00..0.04 rows=1 width=305)
Group Key: id, status, status
-> Result (cost=0.00..0.00 rows=0 width=195)
One-Time Filter: false