QUERY PLAN
Sort (cost=343.32..343.33 rows=3 width=212)
Sort Key: created_at DESC
-> Seq Scan on tbl_sales_order_items si (cost=0.00..343.30 rows=3 width=212)
Filter: (created_by = 1001)