| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 13650.775 | 15645.535 | ↓ 1.1 | 1000000 | 1 |
→
Sort (cost=1370778.50..1373058.41 rows=911963 width=599) (actual time=15102.395..15645.535 rows=1000000 loops=1)
|
| 2. | 613.546 | 1994.760 | ↓ 1.1 | 1000000 | 1 |
→
Hash Join (cost=93996.64..307976.48 rows=911963 width=599) (actual time=564.618..1994.760 rows=1000000 loops=1)
|
| 3. | 816.668 | 816.668 | ↑ 1.0 | 1000000 | 1 |
→
Index Scan using tmp_idx on cm_ledgeritem (cost=0.00..65801.30 rows=1004333 width=500) (actual time=0.051..816.668 rows=1000000 loops=1)
|
| 4. | 26.667 | 564.546 | ↓ 1.1 | 45351 | 1 |
→
Hash (cost=92676.89..92676.89 rows=41180 width=132) (actual time=564.546..564.546 rows=45351 loops=1) |
| 5. | 53.970 | 537.879 | ↓ 1.1 | 45351 | 1 |
→
Hash Join (cost=2886.40..92676.89 rows=41180 width=132) (actual time=56.904..537.879 rows=45351 loops=1)
|
| 6. | 427.140 | 427.140 | ↓ 1.1 | 45351 | 1 |
→
Seq Scan on fs_debtitem (cost=0.00..87468.89 rows=41180 width=66) (actual time=0.013..427.140 rows=45351 loops=1)
|
| 7. | 20.774 | 56.769 | ↑ 1.0 | 45351 | 1 |
→
Hash (cost=1787.51..1787.51 rows=45351 width=66) (actual time=56.769..56.769 rows=45351 loops=1) |
| 8. | 35.995 | 35.995 | ↑ 1.0 | 45351 | 1 |
→
Seq Scan on fs_agrperson (cost=0.00..1787.51 rows=45351 width=66) (actual time=0.008..35.995 rows=45351 loops=1) |