QUERY PLAN
Limit (cost=38483.46..38485.80 rows=20 width=395)
-> Gather Merge (cost=38483.46..38518.70 rows=302 width=395)
Workers Planned: 2
-> Sort (cost=37483.44..37483.82 rows=151 width=395)
Sort Key: created_at DESC
-> Parallel Seq Scan on tbl_object_change_logs (cost=0.00..37477.97 rows=151 width=395)
Filter: ((object_id = 2128) AND (object_type = '10'::smallint))