# | exclusive | inclusive | rows x | rows | loops | node |
---|---|---|---|---|---|---|
1. | 0.669 | 2,414.977 | ↓ 3.7 | 6,370 | 1 |
→
Limit (cost=18,877,454.76..18,877,459.10 rows=1,735 width=409) (actual time=2,411.373..2,414.977 rows=6,370 loops=1) |
2. | 30.849 | 2,414.308 | ↓ 3.7 | 6,370 | 1 |
→
Sort (cost=18,877,454.76..18,877,459.10 rows=1,735 width=409) (actual time=2,411.372..2,414.308 rows=6,370 loops=1)
|
3. | 4.218 | 2,383.459 | ↓ 3.7 | 6,370 | 1 |
→
Nested Loop (cost=2.57..18,877,361.41 rows=1,735 width=409) (actual time=1,412.259..2,383.459 rows=6,370 loops=1) |
4. | 2.637 | 2,360.131 | ↓ 3.7 | 6,370 | 1 |
→
Nested Loop (cost=2.28..18,863,781.69 rows=1,735 width=189) (actual time=1,412.244..2,360.131 rows=6,370 loops=1) |
5. | 10.230 | 1,416.144 | ↓ 2.3 | 281 | 1 |
→
Nested Loop (cost=1.57..2,000.44 rows=120 width=162) (actual time=1,404.033..1,416.144 rows=281 loops=1)
|
6. | 0.048 | 0.048 | ↑ 1.0 | 231 | 1 |
→
Seq Scan on ciqcurrency c (cost=0.00..4.31 rows=231 width=30) (actual time=0.004..0.048 rows=231 loops=1) |
7. | 4.667 | 1,405.866 | ↓ 2.3 | 281 | 231 |
→
Materialize (cost=1.57..1,580.63 rows=120 width=132) (actual time=4.457..6.086 rows=281 loops=231) |
8. | 0.206 | 1,401.199 | ↓ 2.3 | 281 | 1 |
→
Nested Loop (cost=1.57..1,580.03 rows=120 width=132) (actual time=1,029.640..1,401.199 rows=281 loops=1) |
9. | 0.342 | 1,191.043 | ↓ 1.9 | 17 | 1 |
→
Nested Loop (cost=1.00..863.93 rows=9 width=112) (actual time=1,023.056..1,191.043 rows=17 loops=1) |
10. | 147.373 | 147.373 | ↓ 2.0 | 104 | 1 |
→
Index Scan using ix_ciqfinperiod_companyid_periodtypeid on ciqfinperiod fp (cost=0.43..181.37 rows=51 width=34) (actual time=3.775..147.373 rows=104 loops=1)
|
11. | 1,043.328 | 1,043.328 | ↓ 0.0 | 0 | 104 |
→
Index Scan using ix_ciqfininstance on ciqfininstance fi (cost=0.56..13.37 rows=1 width=78) (actual time=9.928..10.032 rows=0 loops=104)
|
12. | 209.950 | 209.950 | ↑ 17.6 | 17 | 17 |
→
Index Scan using ix_ciqfincollection on ciqfincollection fc (cost=0.57..76.57 rows=300 width=20) (actual time=6.137..12.350 rows=17 loops=17)
|
13. | 941.350 | 941.350 | ↑ 2,238.8 | 23 | 281 |
→
Index Scan using pk_ciqfincollectiondata on ciqfincollectiondata cd (cost=0.71..156,666.59 rows=51,492 width=27) (actual time=1.853..3.350 rows=23 loops=281)
|
14. | 19.110 | 19.110 | ↑ 1.0 | 1 | 6,370 |
→
Index Scan using pk_ciqdataitem on ciqdataitem di (cost=0.29..7.82 rows=1 width=220) (actual time=0.003..0.003 rows=1 loops=6,370)
|