| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 0.041 | 613.992 | ↑ 1.0 | 10 | 1 |
→
Limit (cost=37.44..1234.99 rows=10 width=223) (actual time=365.920..613.992 rows=10 loops=1) |
| 2. | 0.084 | 613.951 | ↑ 612.9 | 10 | 1 |
→
Nested Loop (cost=37.44..734017.88 rows=6129 width=223) (actual time=365.916..613.951 rows=10 loops=1) |
| 3. | 0.106 | 613.737 | ↑ 612.9 | 10 | 1 |
→
Nested Loop Left Join (cost=37.44..716534.78 rows=6129 width=197) (actual time=365.897..613.737 rows=10 loops=1) |
| 4. | 1.424 | 613.511 | ↑ 612.9 | 10 | 1 |
→
Nested Loop Left Join (cost=37.44..703885.24 rows=6129 width=161) (actual time=365.880..613.511 rows=10 loops=1)
|
| 5. | 0.312 | 0.312 | ↑ 221.8 | 75 | 1 |
→
Index Scan Backward using core_film_popularity on core_film (cost=0.00..14188.60 rows=16634 width=78) (actual time=0.020..0.312 rows=75 loops=1) |
| 6. | 1.800 | 611.775 | ↓ 3.0 | 3 | 75 |
→
Bitmap Heap Scan on core_rating (cost=37.44..41.45 rows=1 width=83) (actual time=8.149..8.157 rows=3 loops=75)
|
| 7. | 33.375 | 609.975 | ↓ 0.0 | 0 | 75 |
→
BitmapAnd (cost=37.44..37.44 rows=1 width=0) (actual time=8.133..8.133 rows=0 loops=75) |
| 8. | 78.975 | 78.975 | ↓ 2.0 | 1436 | 75 |
→
Bitmap Index Scan on core_rating_parent_id (cost=0.00..8.98 rows=715 width=0) (actual time=1.053..1.053 rows=1436 loops=75)
|
| 9. | 497.625 | 497.625 | ↓ 6.7 | 16209 | 75 |
→
Bitmap Index Scan on core_rating_user_id (cost=0.00..27.60 rows=2431 width=0) (actual time=6.635..6.635 rows=16209 loops=75)
|
| 10. | 0.120 | 0.120 | ↑ 1.0 | 1 | 10 |
→
Index Scan using filmbasket_basketitem_ids on filmbasket_basketitem (cost=0.00..2.05 rows=1 width=36) (actual time=0.011..0.012 rows=1 loops=10)
|
| 11. | 0.130 | 0.130 | ↑ 1.0 | 1 | 10 |
→
Index Scan using core_object_pkey on core_object (cost=0.00..2.84 rows=1 width=26) (actual time=0.011..0.013 rows=1 loops=10)
|