| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 0.022 | 0.120 | ↓ 2.0 | 2 | 1 |
→
Sort (cost=24.51..24.51 rows=1 width=1148) (actual time=0.118..0.120 rows=2 loops=1)
|
| 2. | 0.041 | 0.098 | ↓ 2.0 | 2 | 1 |
→
Hash Join (cost=13.66..24.50 rows=1 width=1148) (actual time=0.081..0.098 rows=2 loops=1)
|
| 3. | 0.019 | 0.019 | ↑ 8.6 | 7 | 1 |
→
Seq Scan on "user" u (cost=0.00..10.60 rows=60 width=1148) (actual time=0.012..0.019 rows=7 loops=1) |
| 4. | 0.009 | 0.038 | ↑ 1.0 | 2 | 1 |
→
Hash (cost=13.64..13.64 rows=2 width=82) (actual time=0.038..0.038 rows=2 loops=1) |
| 5. | 0.012 | 0.029 | ↑ 1.0 | 2 | 1 |
→
Bitmap Heap Scan on user_company uc (cost=9.40..13.64 rows=2 width=82) (actual time=0.027..0.029 rows=2 loops=1)
|
| 6. | 0.017 | 0.017 | ↑ 1.0 | 2 | 1 |
→
Bitmap Index Scan on user_company_pk (cost=0.00..9.40 rows=2 width=0) (actual time=0.017..0.017 rows=2 loops=1)
|