QUERY PLAN
Limit (cost=33512.67..33513.13 rows=4 width=414)
-> Gather Merge (cost=33512.67..33513.13 rows=4 width=414)
Workers Planned: 2
-> Sort (cost=32512.64..32512.65 rows=2 width=414)
Sort Key: created_at DESC
-> Parallel Seq Scan on tbl_object_change_logs (cost=0.00..32512.63 rows=2 width=414)
Filter: ((object_id = 3947) AND (object_type = '1'::smallint))