| Hash Left Join (cost=124.22..181.10 rows=50 width=69) |
| Hash Cond: (prod.product_serie = gs.id) |
| -> Hash Left Join (cost=62.31..119.06 rows=50 width=44) |
| Hash Cond: (prod.product_component = gc.id) |
| -> Hash Left Join (cost=56.71..113.33 rows=50 width=32) |
| Hash Cond: (prod.product_type = gt.id) |
| -> Hash Left Join (cost=54.29..110.77 rows=50 width=24) |
| Hash Cond: (prod.product_brand = gb.id) |
| -> Bitmap Heap Scan on tbl_products prod (cost=46.39..102.73 rows=50 width=20) |
| Recheck Cond: (id = ANY ('{1558,1558,2078,2171,1234,2080,868,1245,969,867,2269,2075,2076,1372,2231,2084,2261,2262,2074,39,2171,1372,2077,2265,1224,2242,2269,2085,2232,1231,2073,1372,1025,1246,2177,2255,1562,2267,1238,2086,941,989,1372,672,2261,2269,2072,2261,870,2083}'::integer[])) |
| -> Bitmap Index Scan on tbl_products_pkey (cost=0.00..46.38 rows=50 width=0) |
| Index Cond: (id = ANY ('{1558,1558,2078,2171,1234,2080,868,1245,969,867,2269,2075,2076,1372,2231,2084,2261,2262,2074,39,2171,1372,2077,2265,1224,2242,2269,2085,2232,1231,2073,1372,1025,1246,2177,2255,1562,2267,1238,2086,941,989,1372,672,2261,2269,2072,2261,870,2083}'::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) |