QUERY PLAN
Limit (cost=33454.74..33455.21 rows=4 width=414)
-> Gather Merge (cost=33454.74..33455.21 rows=4 width=414)
Workers Planned: 2
-> Sort (cost=32454.72..32454.72 rows=2 width=414)
Sort Key: created_at DESC
-> Parallel Seq Scan on tbl_object_change_logs (cost=0.00..32454.71 rows=2 width=414)
Filter: ((object_id = 3941) AND (object_type = '1'::smallint))