| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 0.000 | 0.000 | ↓ 0.0 |
→
Sort (cost=11088.51..11088.54 rows=10 width=1121) (actual time=.. rows= loops=)
|
||
| 2. | 0.000 | 0.000 | ↓ 0.0 |
→
Hash Join (cost=1441.03..11088.35 rows=10 width=1121) (actual time=.. rows= loops=)
|
||
| 3. | 0.000 | 0.000 | ↓ 0.0 |
→
Seq Scan on meeting_topics (cost=0.00..9529.91 rows=31283 width=480) (actual time=.. rows= loops=)
|
||
| 4. | 0.000 | 0.000 | ↓ 0.0 |
→
Hash (cost=1440.95..1440.95 rows=6 width=641) (actual time=.. rows= loops=) |
||
| 5. | 0.000 | 0.000 | ↓ 0.0 |
→
Seq Scan on meetings (cost=0.00..1440.95 rows=6 width=641) (actual time=.. rows= loops=)
|