QUERY PLAN
Limit (cost=35597.60..35597.84 rows=2 width=402)
-> Gather Merge (cost=35597.60..35597.84 rows=2 width=402)
Workers Planned: 2
-> Sort (cost=34597.58..34597.58 rows=1 width=402)
Sort Key: created_at DESC
-> Parallel Seq Scan on tbl_object_change_logs (cost=0.00..34597.57 rows=1 width=402)
Filter: ((object_id = 38456) AND (object_type = '19'::smallint))