| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 0.033 | 442.503 | ↓ 8.1 | 65 | 1 |
→
Nested Loop (cost=11358.29..11374.92 rows=8 width=16) (actual time=442.021..442.503 rows=65 loops=1) |
| 2. | 0.080 | 442.015 | ↓ 32.5 | 65 | 1 |
→
HashAggregate (cost=11358.29..11358.31 rows=2 width=8) (actual time=441.988..442.015 rows=65 loops=1) |
| 3. | 0.696 | 441.935 | ↓ 8.1 | 65 | 1 |
→
Hash Join (cost=11305.93..11358.27 rows=8 width=8) (actual time=440.322..441.935 rows=65 loops=1)
|
| 4. | 27.813 | 426.210 | ↑ 1.2 | 2823 | 1 |
→
HashAggregate (cost=10721.59..10754.89 rows=3330 width=4) (actual time=425.219..426.210 rows=2823 loops=1) |
| 5. | 173.132 | 398.397 | ↑ 1.0 | 53093 | 1 |
→
Hash Join (cost=6265.80..10588.85 rows=53093 width=4) (actual time=181.988..398.397 rows=53093 loops=1)
|
| 6. | 43.537 | 43.537 | ↑ 1.0 | 53093 | 1 |
→
Seq Scan on musicfile mf (cost=0.00..2411.93 rows=53093 width=4) (actual time=0.045..43.537 rows=53093 loops=1) |
| 7. | 92.651 | 181.728 | ↓ 1.0 | 145690 | 1 |
→
Hash (cost=3891.02..3891.02 rows=144702 width=8) (actual time=181.728..181.728 rows=145690 loops=1)
|
| 8. | 89.077 | 89.077 | ↓ 1.0 | 145690 | 1 |
→
Seq Scan on track t (cost=0.00..3891.02 rows=144702 width=8) (actual time=0.022..89.077 rows=145690 loops=1) |
| 9. | 0.048 | 15.029 | ↓ 6.6 | 99 | 1 |
→
Hash (cost=584.16..584.16 rows=15 width=4) (actual time=15.029..15.029 rows=99 loops=1)
|
| 10. | 0.620 | 14.981 | ↓ 6.6 | 99 | 1 |
→
Subquery Scan on ntile (cost=495.84..584.16 rows=15 width=4) (actual time=12.525..14.981 rows=99 loops=1)
|
| 11. | 2.461 | 14.361 | ↓ 1.0 | 2956 | 1 |
→
WindowAgg (cost=495.84..547.36 rows=2944 width=12) (actual time=12.518..14.361 rows=2956 loops=1) |
| 12. | 3.906 | 11.900 | ↓ 1.0 | 2956 | 1 |
→
Sort (cost=495.84..503.20 rows=2944 width=12) (actual time=11.534..11.900 rows=2956 loops=1)
|
| 13. | 7.994 | 7.994 | ↓ 1.0 | 2956 | 1 |
→
Seq Scan on webservice_history (cost=0.00..326.21 rows=2944 width=12) (actual time=0.071..7.994 rows=2956 loops=1)
|
| 14. | 0.455 | 0.455 | ↑ 1.0 | 1 | 65 |
→
Index Scan using artist_pkey on artist (cost=0.00..8.29 rows=1 width=20) (actual time=0.006..0.007 rows=1 loops=65)
|