| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 4.264 | 6381.769 | ↑ 1.9 | 62 | 1 |
→
HashAggregate (cost=184022.03..184023.18 rows=115 width=4) (actual time=6381.707..6381.769 rows=62 loops=1)
|
| 2. | 2495.851 | 6377.505 | ↑ 24.4 | 3453 | 1 |
→
Hash Join (cost=103857.48..183600.24 rows=84357 width=4) (actual time=1745.449..6377.505 rows=3453 loops=1)
|
| 3. | 2136.839 | 2136.839 | ↑ 1.0 | 2252597 | 1 |
→
Seq Scan on crowdbreaks_incomingkeyword (cost=0.00..36873.97 rows=2252597 width=12) (actual time=0.008..2136.839 rows=2252597 loops=1) |
| 4. | 4.164 | 1744.815 | ↑ 26.1 | 3091 | 1 |
→
Hash (cost=102535.68..102535.68 rows=80544 width=8) (actual time=1744.815..1744.815 rows=3091 loops=1)
|
| 5. | 784.263 | 1740.651 | ↑ 26.1 | 3091 | 1 |
→
Hash Left Join (cost=16574.93..102535.68 rows=80544 width=8) (actual time=112.551..1740.651 rows=3091 loops=1)
|
| 6. | 846.203 | 940.462 | ↑ 1.0 | 736784 | 1 |
→
Bitmap Heap Scan on crowdbreaks_tweet (cost=15874.18..67060.28 rows=747873 width=125) (actual time=96.012..940.462 rows=736784 loops=1)
|
| 7. | 94.259 | 94.259 | ↑ 1.0 | 736784 | 1 |
→
Bitmap Index Scan on crowdbreaks_tweet_crreated_at (cost=0.00..15687.22 rows=747873 width=0) (actual time=94.259..94.259 rows=736784 loops=1)
|
| 8. | 9.018 | 15.926 | ↑ 1.0 | 6611 | 1 |
→
Hash (cost=217.11..217.11 rows=6611 width=469) (actual time=15.926..15.926 rows=6611 loops=1)
|
| 9. | 6.908 | 6.908 | ↑ 1.0 | 6611 | 1 |
→
Seq Scan on crowdbreaks_place (cost=0.00..217.11 rows=6611 width=469) (actual time=0.005..6.908 rows=6611 loops=1) |