| Aggregate (cost=38499.30..38499.31 rows=1 width=8) |
| -> Sort (cost=38499.28..38499.28 rows=1 width=159) |
| Sort Key: tbl_object_change_logs.created_at DESC |
| -> Gather (cost=1000.00..38499.27 rows=1 width=159) |
| Workers Planned: 2 |
| -> Parallel Seq Scan on tbl_object_change_logs (cost=0.00..37499.17 rows=1 width=159) |
| Filter: ((object_id = 2035) AND (object_type = '20001'::smallint)) |