QUERY PLAN
Limit (cost=35597.65..35598.82 rows=10 width=402)
-> Gather Merge (cost=35597.65..35598.82 rows=10 width=402)
Workers Planned: 2
-> Sort (cost=34597.63..34597.64 rows=5 width=402)
Sort Key: created_at DESC
-> Parallel Seq Scan on tbl_object_change_logs (cost=0.00..34597.57 rows=5 width=402)
Filter: ((object_id = 1661) AND (object_type = '10'::smallint))