| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 4.958 | 1952.349 | ↑ 2.3 | 67 | 1 |
→
HashAggregate (cost=251315.39..251316.96 rows=157 width=4) (actual time=1952.282..1952.349 rows=67 loops=1) |
| 2. | 13.517 | 1947.391 | ↑ 29.4 | 3322 | 1 |
→
Nested Loop (cost=1678.36..250826.31 rows=97817 width=4) (actual time=39.496..1947.391 rows=3322 loops=1) |
| 3. | 878.785 | 1910.394 | ↑ 32.1 | 2935 | 1 |
→
Hash Left Join (cost=1678.36..75649.71 rows=94105 width=8) (actual time=39.477..1910.394 rows=2935 loops=1)
|
| 4. | 992.652 | 992.652 | ↓ 1.0 | 801934 | 1 |
→
Index Scan using crowdbreaks_tweet_crreated_at on crowdbreaks_tweet (cost=0.00..36121.24 rows=799554 width=125) (actual time=0.019..992.652 rows=801934 loops=1)
|
| 5. | 21.998 | 38.957 | ↓ 1.0 | 15848 | 1 |
→
Hash (cost=521.38..521.38 rows=15838 width=469) (actual time=38.957..38.957 rows=15848 loops=1)
|
| 6. | 16.959 | 16.959 | ↓ 1.0 | 15848 | 1 |
→
Seq Scan on crowdbreaks_place (cost=0.00..521.38 rows=15838 width=469) (actual time=0.007..16.959 rows=15848 loops=1) |
| 7. | 23.480 | 23.480 | ↑ 1.0 | 1 | 2935 |
→
Index Scan using crowdbreaks_incomingkeyword_tweet_id on crowdbreaks_incomingkeyword (cost=0.00..1.85 rows=1 width=12) (actual time=0.007..0.008 rows=1 loops=2935)
|