QUERY PLAN
Limit (cost=35597.62..35598.32 rows=6 width=402)
-> Gather Merge (cost=35597.62..35598.32 rows=6 width=402)
Workers Planned: 2
-> Sort (cost=34597.59..34597.60 rows=3 width=402)
Sort Key: created_at DESC
-> Parallel Seq Scan on tbl_object_change_logs (cost=0.00..34597.57 rows=3 width=402)
Filter: ((object_id = 57) AND (object_type = '20008'::smallint))