| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 0.011 | 0.114 | ↓ 4.0 | 4 | 1 |
→
Nested Loop (cost=0.01..12.59 rows=1 width=119) (actual time=0.081..0.114 rows=4 loops=1) |
| 2. | 0.079 | 0.079 | ↓ 4.0 | 4 | 1 |
→
Index Scan using dlm_principal_tbl_client_uid_site_uid_lot_uid_type_ddt_idx on dlm_principal_tbl a (cost=0.00..6.28 rows=1 width=88) (actual time=0.067..0.079 rows=4 loops=1)
|
| 3. | 0.024 | 0.024 | ↑ 1.0 | 1 | 4 |
→
Index Scan using lot_domain_uid_client_uid_site_uid_idx1 on lot_domain b (cost=0.01..6.31 rows=1 width=46) (actual time=0.006..0.006 rows=1 loops=4)
|