| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 0.009 | 8002.366 | ↑ 1.0 | 20 | 1 |
→
Limit (cost=14817.82..14838.82 rows=20 width=136) (actual time=7986.962..8002.366 rows=20 loops=1) |
| 2. | 16.272 | 8002.357 | ↑ 383.9 | 20 | 1 |
→
GroupAggregate (cost=14817.82..22878.67 rows=7677 width=136) (actual time=7986.960..8002.357 rows=20 loops=1) |
| 3. | 84.865 | 7986.085 | ↑ 365.6 | 21 | 1 |
→
Sort (cost=14817.82..14837.01 rows=7677 width=136) (actual time=7986.083..7986.085 rows=21 loops=1)
|
| 4. | 7810.000 | 7901.220 | ↓ 1.3 | 9704 | 1 |
→
Hash Right Join (cost=10440.25..14322.41 rows=7677 width=136) (actual time=92.586..7901.220 rows=9704 loops=1)
|
| 5. | 0.181 | 0.181 | ↑ 1.0 | 941 | 1 |
→
Seq Scan on offerperiod op (cost=0.00..39.41 rows=941 width=4) (actual time=0.004..0.181 rows=941 loops=1) |
| 6. | 4.362 | 91.039 | ↓ 1.3 | 9704 | 1 |
→
Hash (cost=10344.29..10344.29 rows=7677 width=136) (actual time=91.039..91.039 rows=9704 loops=1)
|
| 7. | 13.415 | 86.677 | ↓ 1.3 | 9704 | 1 |
→
Hash Join (cost=7754.58..10344.29 rows=7677 width=136) (actual time=65.234..86.677 rows=9704 loops=1)
|
| 8. | 10.480 | 10.480 | ↑ 1.9 | 53022 | 1 |
→
Seq Scan on fichapedido fp (cost=0.00..2139.05 rows=99705 width=16) (actual time=0.006..10.480 rows=53022 loops=1) |
| 9. | 4.022 | 62.782 | ↓ 1.2 | 9538 | 1 |
→
Hash (cost=7653.29..7653.29 rows=8103 width=132) (actual time=62.782..62.782 rows=9538 loops=1)
|
| 10. | 11.757 | 58.760 | ↓ 1.2 | 9538 | 1 |
→
Hash Join (cost=5725.02..7653.29 rows=8103 width=132) (actual time=31.244..58.760 rows=9538 loops=1)
|
| 11. | 16.581 | 16.581 | ↓ 1.0 | 56903 | 1 |
→
Seq Scan on cliente_pedido cp (cost=0.00..1633.90 rows=56890 width=68) (actual time=0.007..16.581 rows=56903 loops=1) |
| 12. | 3.251 | 30.422 | ↑ 1.6 | 9538 | 1 |
→
Hash (cost=5537.66..5537.66 rows=14989 width=64) (actual time=30.422..30.422 rows=9538 loops=1)
|
| 13. | 12.132 | 27.171 | ↑ 1.6 | 9538 | 1 |
→
Hash Join (cost=1406.42..5537.66 rows=14989 width=64) (actual time=4.712..27.171 rows=9538 loops=1)
|
| 14. | 10.346 | 10.346 | ↑ 1.8 | 56945 | 1 |
→
Seq Scan on pedido p (cost=0.00..2797.40 rows=105240 width=16) (actual time=0.003..10.346 rows=56945 loops=1) |
| 15. | 2.128 | 4.693 | ↑ 1.6 | 9538 | 1 |
→
Hash (cost=1219.06..1219.06 rows=14989 width=48) (actual time=4.693..4.693 rows=9538 loops=1)
|
| 16. | 1.850 | 2.565 | ↑ 1.6 | 9538 | 1 |
→
Bitmap Heap Scan on factura f (cost=284.44..1219.06 rows=14989 width=48) (actual time=0.733..2.565 rows=9538 loops=1)
|
| 17. | 0.715 | 0.715 | ↑ 1.6 | 9538 | 1 |
→
Bitmap Index Scan on factura_fecha_idx (cost=0.00..280.69 rows=14989 width=0) (actual time=0.715..0.715 rows=9538 loops=1)
|