| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 0.000 | 0.000 | ↓ 0.0 |
→
Aggregate (cost=147911.94..147911.95 rows=1 width=4) (actual time=.. rows= loops=) |
||
| 2. | 0.000 | 0.000 | ↓ 0.0 |
→
Hash Join (cost=31161.46..145928.99 rows=793179 width=4) (actual time=.. rows= loops=)
|
||
| 3. | 0.000 | 0.000 | ↓ 0.0 |
→
Seq Scan on votes (cost=0.00..36658.37 rows=2379537 width=12) (actual time=.. rows= loops=) |
||
| 4. | 0.000 | 0.000 | ↓ 0.0 |
→
Hash (cost=15834.65..15834.65 rows=881665 width=12) (actual time=.. rows= loops=) |
||
| 5. | 0.000 | 0.000 | ↓ 0.0 |
→
Seq Scan on posts (cost=0.00..15834.65 rows=881665 width=12) (actual time=.. rows= loops=) |