QUERY PLAN
Limit (cost=33434.69..33435.16 rows=4 width=414)
-> Gather Merge (cost=33434.69..33435.16 rows=4 width=414)
Workers Planned: 2
-> Sort (cost=32434.67..32434.67 rows=2 width=414)
Sort Key: created_at DESC
-> Parallel Seq Scan on tbl_object_change_logs (cost=0.00..32434.66 rows=2 width=414)
Filter: ((object_id = 3899) AND (object_type = '1'::smallint))