| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 2.327 | 4118.704 | ↑ 6.3 | 855 | 1 |
→
Sort (cost=19425518.82..19425532.34 rows=5410 width=45) (actual time=4118.128..4118.704 rows=855 loops=1)
|
| 2. | 42.140 | 4116.377 | ↑ 6.3 | 855 | 1 |
→
HashAggregate (cost=45382.95..19425183.36 rows=5410 width=45) (actual time=949.502..4116.377 rows=855 loops=1)
|
| 3. | 39.251 | 911.592 | ↑ 1.0 | 24914 | 1 |
→
Hash Join (cost=12362.50..45065.27 rows=25415 width=45) (actual time=571.162..911.592 rows=24914 loops=1)
|
| 4. | 375.691 | 860.304 | ↑ 1.0 | 24914 | 1 |
→
Hash Join (cost=12208.80..44498.58 rows=25415 width=16) (actual time=559.112..860.304 rows=24914 loops=1)
|
| 5. | 436.386 | 436.386 | ↓ 1.0 | 411158 | 1 |
→
Seq Scan on lancamento (cost=0.00..26905.56 rows=410405 width=20) (actual time=0.005..436.386 rows=411158 loops=1)
|
| 6. | 18.401 | 48.227 | ↑ 1.0 | 15966 | 1 |
→
Hash (cost=12007.15..12007.15 rows=16132 width=8) (actual time=48.227..48.227 rows=15966 loops=1)
|
| 7. | 26.620 | 29.826 | ↑ 1.0 | 15966 | 1 |
→
Bitmap Heap Scan on lanccaixa (cost=493.65..12007.15 rows=16132 width=8) (actual time=3.364..29.826 rows=15966 loops=1)
|
| 8. | 3.206 | 3.206 | ↑ 1.0 | 15966 | 1 |
→
Bitmap Index Scan on ixlanccxadhcanc (cost=0.00..489.62 rows=16132 width=0) (actual time=3.206..3.206 rows=15966 loops=1)
|
| 9. | 4.186 | 12.037 | ↑ 1.0 | 2647 | 1 |
→
Hash (cost=120.61..120.61 rows=2647 width=33) (actual time=12.037..12.037 rows=2647 loops=1)
|
| 10. | 5.403 | 7.851 | ↑ 1.0 | 2647 | 1 |
→
Hash Left Join (cost=1.74..120.61 rows=2647 width=33) (actual time=0.093..7.851 rows=2647 loops=1)
|
| 11. | 2.376 | 2.376 | ↑ 1.0 | 2647 | 1 |
→
Seq Scan on produto (cost=0.00..82.47 rows=2647 width=33) (actual time=0.007..2.376 rows=2647 loops=1)
|
| 12. | 0.037 | 0.072 | ↑ 1.0 | 33 | 1 |
→
Hash (cost=1.33..1.33 rows=33 width=4) (actual time=0.072..0.072 rows=33 loops=1)
|
| 13. | 0.035 | 0.035 | ↑ 1.0 | 33 | 1 |
→
Seq Scan on grupoproduto (cost=0.00..1.33 rows=33 width=4) (actual time=0.004..0.035 rows=33 loops=1)
|
| 14. |
SubPlan (forHashAggregate) |
|||||
| 15. | 23.085 | 3162.645 | ↑ 1.0 | 1 | 855 |
→
Aggregate (cost=3582.20..3582.21 rows=1 width=8) (actual time=3.699..3.699 rows=1 loops=855)
|
| 16. | 35.910 | 3139.560 | ↓ 1.3 | 26 | 855 |
→
Nested Loop (cost=0.00..3582.15 rows=20 width=8) (actual time=2.927..3.672 rows=26 loops=855)
|
| 17. | 4.275 | 4.275 | ↑ 1.0 | 1 | 855 |
→
Index Scan using pkproduto on produto prod (cost=0.00..8.27 rows=1 width=8) (actual time=0.004..0.005 rows=1 loops=855)
|
| 18. | 1348.521 | 3099.375 | ↓ 1.3 | 26 | 855 |
→
Nested Loop (cost=0.00..3573.68 rows=20 width=12) (actual time=2.918..3.625 rows=26 loops=855)
|
| 19. | 566.865 | 566.865 | ↓ 1.2 | 462 | 855 |
→
Index Scan using ixlancamentoflecdpla on lancamento (cost=0.00..798.81 rows=373 width=20) (actual time=0.007..0.663 rows=462 loops=855)
|
| 20. | 1183.989 | 1183.989 | ↓ 0.0 | 0 | 394663 |
→
Index Scan using pklanccaixa on lanccaixa (cost=0.00..7.42 rows=1 width=8) (actual time=0.003..0.003 rows=0 loops=394663)
|