Limit (cost=47.28..47.33 rows=20 width=111) |
-> Sort (cost=47.28..48.50 rows=485 width=111) |
Sort Key: r.created_at DESC |
-> HashAggregate (cost=29.53..34.38 rows=485 width=111) |
Group Key: r.id |
-> Hash Right Join (cost=19.91..28.31 rows=485 width=111) |
Hash Cond: (rvr.erp_ticket_change_log_id = r.id) |
-> Seq Scan on tbl_erp_ticket_change_log_handlers rvr (cost=0.00..7.27 rows=427 width=4) |
-> Hash (cost=13.85..13.85 rows=485 width=111) |
-> Seq Scan on tbl_erp_ticket_change_logs r (cost=0.00..13.85 rows=485 width=111) |