| GroupAggregate (cost=127.50..129.14 rows=41 width=101) |
| Group Key: (GREATEST((CURRENT_DATE - date(eip.created_at)), 0)), gs.id |
| -> Sort (cost=127.50..127.60 rows=41 width=50) |
| Sort Key: (GREATEST((CURRENT_DATE - date(eip.created_at)), 0)), gs.id |
| -> Nested Loop Left Join (cost=97.08..126.40 rows=41 width=50) |
| -> Hash Join (cost=96.80..111.30 rows=41 width=25) |
| Hash Cond: (eip.product_id = prod.id) |
| -> Seq Scan on tbl_erp_inventory_products eip (cost=0.00..14.39 rows=41 width=25) |
| Filter: (((erp_purchase_inbound_id IS NOT NULL) OR (erp_purchase_gift_id IS NOT NULL) OR (erp_inventory_build_id IS NOT NULL) OR (erp_inventory_disassemble_id IS NOT NULL) OR (erp_inventory_start_id IS NOT NULL)) AND (inventory > '0'::numeric)) |
| -> Hash (cost=70.80..70.80 rows=2080 width=8) |
| -> Seq Scan on tbl_products prod (cost=0.00..70.80 rows=2080 width=8) |
| -> Index Scan using tbl_product_series_pkey on tbl_product_series gs (cost=0.28..0.36 rows=1 width=33) |
| Index Cond: (id = prod.product_serie) |