# | exclusive | inclusive | rows x | rows | loops | node |
---|---|---|---|---|---|---|
1. | 0.017 | 0.094 | ↑ 1.0 | 8 | 1 |
→
Hash Join (cost=10.07..48.48 rows=8 width=255) (actual time=0.088..0.094 rows=8 loops=1)
|
2. | 0.013 | 0.027 | ↑ 1.1 | 8 | 1 |
→
Bitmap Heap Scan on property_sku (cost=4.41..42.71 rows=9 width=255) (actual time=0.023..0.027 rows=8 loops=1)
|
3. | 0.014 | 0.014 | ↓ 1.1 | 19 | 1 |
→
Bitmap Index Scan on ix_property_sku_property_id (cost=0.00..4.41 rows=17 width=0) (actual time=0.014..0.014 rows=19 loops=1)
|
4. | 0.018 | 0.050 | ↑ 1.0 | 112 | 1 |
→
Hash (cost=4.26..4.26 rows=112 width=4) (actual time=0.050..0.050 rows=112 loops=1)
|
5. | 0.032 | 0.032 | ↑ 1.0 | 112 | 1 |
→
Seq Scan on sku (cost=0.00..4.26 rows=112 width=4) (actual time=0.005..0.032 rows=112 loops=1)
|