| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 0.014 | 8.956 | ↓ 0.0 | 0 | 1 |
→
Sort (cost=65647.02..65647.02 rows=1 width=465) (actual time=8.956..8.956 rows=0 loops=1)
|
| 2. | 0.004 | 8.942 | ↓ 0.0 | 0 | 1 |
→
Nested Loop (cost=0.00..65647.01 rows=1 width=465) (actual time=8.942..8.942 rows=0 loops=1)
|
| 3. | 0.006 | 8.938 | ↓ 0.0 | 0 | 1 |
→
Nested Loop (cost=0.00..1873.18 rows=1 width=99) (actual time=8.938..8.938 rows=0 loops=1) |
| 4. | 8.932 | 8.932 | ↓ 0.0 | 0 | 1 |
→
Seq Scan on fs_debtitem (cost=0.00..1864.89 rows=1 width=66) (actual time=8.932..8.932 rows=0 loops=1)
|
| 5. | 0.000 | 0.000 | ↓ 0.0 | 0 |
→
Index Scan using idx_fsap_party on fs_agrperson (cost=0.00..8.28 rows=1 width=66) (actual time=.. rows= loops=0)
|
|
| 6. | 0.000 | 0.000 | ↓ 0.0 | 0 |
→
Seq Scan on cm_ledgeritem (cost=0.00..63712.69 rows=4891 width=399) (actual time=.. rows= loops=0)
|