| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 0.000 | 328.019 | ↓ 25.0 | 25 | 1 |
→
Limit (cost=64371.71..64371.72 rows=1 width=1168) (actual time=328.019..328.019 rows=25 loops=1) |
| 2. | 0.000 | 328.019 | ↓ 25.0 | 25 | 1 |
→
Sort (cost=64371.71..64371.72 rows=1 width=1168) (actual time=328.019..328.019 rows=25 loops=1)
|
| 3. | 72.004 | 328.019 | ↓ 27.0 | 27 | 1 |
→
Bitmap Heap Scan on listing l (cost=8995.09..64371.70 rows=1 width=1168) (actual time=264.015..328.019 rows=27 loops=1)
|
| 4. | 8.001 | 256.015 | ↓ 0.0 | 0 | 1 |
→
BitmapAnd (cost=8995.09..8995.09 rows=37009 width=0) (actual time=256.015..256.015 rows=0 loops=1) |
| 5. | 0.000 | 20.001 | ↓ 0.0 | 0 | 1 |
→
BitmapOr (cost=3262.93..3262.93 rows=81823 width=0) (actual time=20.001..20.001 rows=0 loops=1) |
| 6. | 12.001 | 12.001 | ↓ 1.0 | 40567 | 1 |
→
Bitmap Index Scan on l_date_from (cost=0.00..1608.39 rows=40404 width=0) (actual time=12.001..12.001 rows=40567 loops=1)
|
| 7. | 8.000 | 8.000 | ↓ 1.0 | 41649 | 1 |
→
Bitmap Index Scan on l_date_to (cost=0.00..1654.54 rows=41419 width=0) (actual time=8.000..8.000 rows=41649 loops=1)
|
| 8. | 228.013 | 228.013 | ↓ 1.0 | 153168 | 1 |
→
Bitmap Index Scan on l_geo_accuracy (cost=0.00..5731.90 rows=153007 width=0) (actual time=228.013..228.013 rows=153168 loops=1)
|