| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 0.016 | 0.226 | ↓ 2.0 | 2 | 1 |
→
Unique (cost=12.56..12.58 rows=1 width=706) (actual time=0.210..0.226 rows=2 loops=1) |
| 2. | 0.099 | 0.210 | ↓ 4.0 | 4 | 1 |
→
Sort (cost=12.56..12.56 rows=1 width=706) (actual time=0.206..0.210 rows=4 loops=1)
|
| 3. | 0.022 | 0.111 | ↓ 4.0 | 4 | 1 |
→
Nested Loop (cost=0.00..12.55 rows=1 width=706) (actual time=0.057..0.111 rows=4 loops=1) |
| 4. | 0.045 | 0.045 | ↓ 4.0 | 4 | 1 |
→
Index Scan using co_app_trf_pk on company_applicability_tariff cat (cost=0.00..6.27 rows=1 width=82) (actual time=0.039..0.045 rows=4 loops=1)
|
| 5. | 0.044 | 0.044 | ↑ 1.0 | 1 | 4 |
→
Index Scan using tariff_pk on tariff t (cost=0.00..6.27 rows=1 width=706) (actual time=0.010..0.011 rows=1 loops=4)
|