| Hash Left Join (cost=118.47..166.81 rows=30 width=69) |
| Hash Cond: (prod.product_serie = gs.id) |
| -> Hash Left Join (cost=56.56..104.82 rows=30 width=44) |
| Hash Cond: (prod.product_component = gc.id) |
| -> Hash Left Join (cost=50.96..99.15 rows=30 width=32) |
| Hash Cond: (prod.product_type = gt.id) |
| -> Hash Left Join (cost=48.54..96.65 rows=30 width=24) |
| Hash Cond: (prod.product_brand = gb.id) |
| -> Bitmap Heap Scan on tbl_products prod (cost=40.63..88.67 rows=30 width=20) |
| Recheck Cond: (id = ANY ('{1245,2085,2269,1372,2084,2080,2073,2076,2086,1562,2074,1234,1238,39,1224,2075,1025,672,2083,941,2261,2072,1246,2262,2078,1231,2077,2255,2242,2171}'::integer[])) |
| -> Bitmap Index Scan on tbl_products_pkey (cost=0.00..40.62 rows=30 width=0) |
| Index Cond: (id = ANY ('{1245,2085,2269,1372,2084,2080,2073,2076,2086,1562,2074,1234,1238,39,1224,2075,1025,672,2083,941,2261,2072,1246,2262,2078,1231,2077,2255,2242,2171}'::integer[])) |
| -> Hash (cost=5.18..5.18 rows=218 width=12) |
| -> Seq Scan on tbl_product_brands gb (cost=0.00..5.18 rows=218 width=12) |
| -> Hash (cost=1.63..1.63 rows=63 width=16) |
| -> Seq Scan on tbl_product_types gt (cost=0.00..1.63 rows=63 width=16) |
| -> Hash (cost=3.60..3.60 rows=160 width=20) |
| -> Seq Scan on tbl_product_components gc (cost=0.00..3.60 rows=160 width=20) |
| -> Hash (cost=41.96..41.96 rows=1596 width=33) |
| -> Seq Scan on tbl_product_series gs (cost=0.00..41.96 rows=1596 width=33) |