| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 0.014 | 1601.697 | ↑ 1.0 | 100 | 1 |
→
Limit (cost=72141.36..72141.61 rows=100 width=46) (actual time=1601.679..1601.697 rows=100 loops=1) |
| 2. | 24.380 | 1601.683 | ↑ 307.0 | 100 | 1 |
→
Sort (cost=72141.36..72218.11 rows=30697 width=46) (actual time=1601.675..1601.683 rows=100 loops=1)
|
| 3. | 1506.208 | 1577.303 | ↓ 2.5 | 76252 | 1 |
→
Bitmap Heap Scan on table (cost=1142.39..70968.15 rows=30697 width=46) (actual time=95.972..1577.303 rows=76252 loops=1)
|
| 4. | 71.095 | 71.095 | ↓ 2.5 | 76252 | 1 |
→
Bitmap Index Scan on "tableDSI" (cost=0.00..1134.71 rows=30697 width=0) (actual time=71.095..71.095 rows=76252 loops=1)
|