| Aggregate (cost=40973.40..40973.41 rows=1 width=8) |
| -> Sort (cost=40973.37..40973.37 rows=2 width=159) |
| Sort Key: tbl_object_change_logs.created_at DESC |
| -> Gather (cost=1000.00..40973.36 rows=2 width=159) |
| Workers Planned: 2 |
| -> Parallel Seq Scan on tbl_object_change_logs (cost=0.00..39973.16 rows=1 width=159) |
| Filter: (((target_id IS NULL) OR (target_object_type = 1)) AND (object_id = 4151) AND (object_type = 1) AND (attribute = ANY ('{create,transfer,project_status,project_progress,salesForecast,created_by}'::text[]))) |