QUERY PLAN
Limit (cost=38391.65..38393.99 rows=20 width=398)
-> Gather Merge (cost=38391.65..38416.39 rows=212 width=398)
Workers Planned: 2
-> Sort (cost=37391.63..37391.89 rows=106 width=398)
Sort Key: created_at DESC
-> Parallel Seq Scan on tbl_object_change_logs (cost=0.00..37388.06 rows=106 width=398)
Filter: ((object_id = 2202) AND (object_type = '10'::smallint))