| Aggregate (cost=35594.35..35594.36 rows=1 width=8) |
| -> Sort (cost=35594.33..35594.34 rows=1 width=159) |
| Sort Key: tbl_object_change_logs.created_at DESC |
| -> Gather (cost=1000.00..35594.32 rows=1 width=159) |
| Workers Planned: 2 |
| -> Parallel Seq Scan on tbl_object_change_logs (cost=0.00..34594.22 rows=1 width=159) |
| Filter: ((object_id = 201) AND (object_type = '102'::smallint)) |