# | exclusive | inclusive | rows x | rows | loops | node |
---|---|---|---|---|---|---|
1. | 0.004 | 860.623 | ↑ 1.0 | 10 | 1 |
→
Limit (cost=328,056.02..328,056.05 rows=10 width=75) (actual time=860.621..860.623 rows=10 loops=1)
|
2. | 0.267 | 860.619 | ↑ 63.1 | 10 | 1 |
→
Sort (cost=328,056.02..328,057.60 rows=631 width=75) (actual time=860.619..860.619 rows=10 loops=1)
|
3. | 622.551 | 860.352 | ↓ 1.0 | 633 | 1 |
→
Bitmap Heap Scan on deals (cost=46,325.35..328,042.39 rows=631 width=75) (actual time=268.560..860.352 rows=633 loops=1)
|
4. | 237.801 | 237.801 | ↓ 1.4 | 1,692,418 | 1 |
→
Bitmap Index Scan on idx_departure_date_return_date (cost=0.00..46,325.19 rows=1,252,501 width=0) (actual time=237.801..237.801 rows=1,692,418 loops=1)
|