| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 19792.346 | 45760.144 | ↓ 2.9 | 2123655 | 1 |
→
Sort (cost=28078918.96..28080757.81 rows=735537 width=24) (actual time=43410.638..45760.144 rows=2123655 loops=1)
|
| 2. | 1695.077 | 25967.798 | ↓ 2.9 | 2123655 | 1 |
→
Seq Scan on test u (cost=0.00..27977076.63 rows=735537 width=24) (actual time=0.111..25967.798 rows=2123655 loops=1)
|
| 3. |
SubPlan (forSeq Scan) |
|||||
| 4. | 2206.611 | 24272.721 | ↑ 1.0 | 1 | 2206611 |
→
Aggregate (cost=12.65..12.66 rows=1 width=0) (actual time=0.011..0.011 rows=1 loops=2206611) |
| 5. | 22066.110 | 22066.110 | ↑ 1.0 | 1 | 2206611 |
→
Index Only Scan using i on test su (cost=0.00..12.65 rows=1 width=0) (actual time=0.010..0.010 rows=1 loops=2206611)
|