QUERY PLAN
Limit (cost=33381.72..33382.18 rows=4 width=409)
-> Gather Merge (cost=33381.72..33382.18 rows=4 width=409)
Workers Planned: 2
-> Sort (cost=32381.69..32381.70 rows=2 width=409)
Sort Key: created_at DESC
-> Parallel Seq Scan on tbl_object_change_logs (cost=0.00..32381.68 rows=2 width=409)
Filter: ((object_id = 3927) AND (object_type = '1'::smallint))