QUERY PLAN
Limit (cost=34.90..34.90 rows=1 width=385)
-> Sort (cost=34.90..34.90 rows=1 width=385)
Sort Key: r.updated_at DESC
-> Group (cost=34.88..34.89 rows=1 width=385)
Group Key: r.id
-> Sort (cost=34.88..34.89 rows=1 width=385)
Sort Key: r.id
-> Hash Right Join (cost=12.39..34.87 rows=1 width=385)
Hash Cond: (rvr.erp_cash_cost_ticket_id = r.id)
Filter: ((r.created_by = 1001) OR (rvr.user_id = 1001) OR (r.created_by = ANY ('{1000,1001,1004,1005,1011,1013,1015,1017,1022,1023,5016,5064,5085,5087,5248,5250,5252,5295,5300,5311,5332,5360,5388,5446,5449}'::integer[])))
-> Seq Scan on tbl_erp_cash_cost_ticket_verify_rels rvr (cost=0.00..19.70 rows=970 width=8)
-> Hash (cost=12.38..12.38 rows=1 width=385)
-> Seq Scan on tbl_erp_cash_cost_tickets r (cost=0.00..12.38 rows=1 width=385)
Filter: ((reimbursement_id IS NULL) AND (status = '1'::smallint))