| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 0.001 | 1437.590 | ↓ 0.0 | 0 | 1 |
→
Subquery Scan on seatlist (cost=121287.87..121298.13 rows=342 width=40) (actual time=1437.590..1437.590 rows=0 loops=1) |
| 2. | 1.469 | 1437.589 | ↓ 0.0 | 0 | 1 |
→
HashAggregate (cost=121287.87..121294.71 rows=342 width=20) (actual time=1437.589..1437.589 rows=0 loops=1)
|
| 3. | 108.946 | 1436.120 | ↑ 1.9 | 1833 | 1 |
→
Subquery Scan on foo (cost=0.00..121245.18 rows=3415 width=20) (actual time=50.987..1436.120 rows=1833 loops=1)
|
| 4. | 704.634 | 1327.174 | ↑ 1.0 | 682969 | 1 |
→
WindowAgg (cost=0.00..112708.07 rows=682969 width=12) (actual time=0.032..1327.174 rows=682969 loops=1) |
| 5. | 622.540 | 622.540 | ↑ 1.0 | 682969 | 1 |
→
Index Scan using seating_seats_search on seating_seats (cost=0.00..93926.42 rows=682969 width=12) (actual time=0.019..622.540 rows=682969 loops=1) |