| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 0.004 | 0.005 | ↑ 1.0 | 1 | 1 |
→
Aggregate (cost=27.50..27.51 rows=1 width=0) (actual time=0.004..0.005 rows=1 loops=1)
|
| 2. | 0.001 | 0.001 | ↓ 0.0 | 0 | 1 |
→
Seq Scan on activities (cost=0.00..24.00 rows=1400 width=0) (actual time=0.001..0.001 rows=0 loops=1)
|