| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 0.010 | 0.060 | ↑ 1.0 | 1 | 1 |
→
Aggregate (cost=8.28..8.29 rows=1 width=8) (actual time=0.059..0.060 rows=1 loops=1) |
| 2. | 0.050 | 0.050 | ↑ 1.0 | 1 | 1 |
→
Index Scan using finop_partner_id_idx on financeoperations (cost=0.00..8.27 rows=1 width=8) (actual time=0.047..0.050 rows=1 loops=1)
|