QUERY PLAN
Limit (cost=34327.05..34327.05 rows=1 width=404)
-> Sort (cost=34327.05..34327.05 rows=1 width=404)
Sort Key: created_at DESC
-> Gather (cost=1000.00..34327.04 rows=1 width=404)
Workers Planned: 2
-> Parallel Seq Scan on tbl_object_change_logs (cost=0.00..33326.94 rows=1 width=404)
Filter: ((object_id = 4) AND (object_type = '20010'::smallint))