QUERY PLAN
Limit (cost=38407.95..38410.29 rows=20 width=398)
-> Gather Merge (cost=38407.95..38581.57 rows=1488 width=398)
Workers Planned: 2
-> Sort (cost=37407.93..37409.79 rows=744 width=398)
Sort Key: created_at DESC
-> Parallel Seq Scan on tbl_object_change_logs (cost=0.00..37372.44 rows=744 width=398)
Filter: ((object_id = 149) AND (object_type = '10'::smallint))