QUERY PLAN
Limit (cost=38478.08..38478.09 rows=1 width=395)
-> Sort (cost=38478.08..38478.09 rows=1 width=395)
Sort Key: created_at DESC
-> Gather (cost=1000.00..38478.07 rows=1 width=395)
Workers Planned: 2
-> Parallel Seq Scan on tbl_object_change_logs (cost=0.00..37477.97 rows=1 width=395)
Filter: ((object_id = 42) AND (object_type = '20015'::smallint))