QUERY PLAN
Limit (cost=38469.82..38472.15 rows=20 width=395)
-> Gather Merge (cost=38469.82..38503.65 rows=290 width=395)
Workers Planned: 2
-> Sort (cost=37469.79..37470.16 rows=145 width=395)
Sort Key: created_at DESC
-> Parallel Seq Scan on tbl_object_change_logs (cost=0.00..37464.59 rows=145 width=395)
Filter: ((object_id = 982) AND (object_type = '10'::smallint))