QUERY PLAN
GroupAggregate (cost=32.43..33.31 rows=32 width=84)
Group Key: t.created_at, esosps.id
-> Sort (cost=32.43..32.51 rows=32 width=30)
Sort Key: t.created_at, esosps.id
-> Hash Join (cost=17.40..31.63 rows=32 width=30)
Hash Cond: (esosps.erp_sales_outbound_id = t.id)
-> Hash Right Join (cost=9.65..23.79 rows=33 width=22)
Hash Cond: (eipss.erp_sales_outbound_spent_product_id = esosps.id)
-> Seq Scan on tbl_erp_inventory_product_spents eipss (cost=0.00..12.65 rows=565 width=14)
-> Hash (cost=9.34..9.34 rows=25 width=12)
-> Seq Scan on tbl_erp_sales_outbound_spent_products esosps (cost=0.00..9.34 rows=25 width=12)
Filter: (product_id = 941)
-> Hash (cost=5.92..5.92 rows=146 width=16)
-> Seq Scan on tbl_erp_sales_outbounds t (cost=0.00..5.92 rows=146 width=16)
Filter: (status = 2)