GroupAggregate (cost=703.61..704.47 rows=43 width=21) |
Group Key: it.product_type_id, it.name |
-> Sort (cost=703.61..703.72 rows=43 width=17) |
Sort Key: it.product_type_id, it.name |
-> Hash Semi Join (cost=564.17..702.45 rows=43 width=17) |
Hash Cond: (it.implement_id = ir.id) |
-> Seq Scan on tbl_implement_product_types it (cost=0.00..119.13 rows=7113 width=21) |
-> Hash (cost=563.77..563.77 rows=32 width=4) |
-> Hash Join (cost=254.76..563.77 rows=32 width=4) |
Hash Cond: (ir.case_id = c.id) |
-> Seq Scan on tbl_implement_records ir (cost=0.00..292.78 rows=6176 width=8) |
Filter: (NOT is_draft) |
-> Hash (cost=254.28..254.28 rows=39 width=4) |
-> Seq Scan on tbl_cases c (cost=0.00..254.28 rows=39 width=4) |
Filter: (project_id = 1018) |