| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 0.105 | 50440.891 | ↑ 3.9 | 15 | 1 |
→
Sort (cost=28354.02..28354.16 rows=58 width=42) (actual time=50440.882..50440.891 rows=15 loops=1)
|
| 2. | 17.318 | 50440.786 | ↑ 3.9 | 15 | 1 |
→
Nested Loop (cost=30.78..28352.32 rows=58 width=42) (actual time=878.610..50440.786 rows=15 loops=1) |
| 3. | 66.146 | 4899.836 | ↓ 49.8 | 4578 | 1 |
→
Nested Loop (cost=30.78..25581.00 rows=92 width=32) (actual time=782.595..4899.836 rows=4578 loops=1) |
| 4. | 79.620 | 88.206 | ↓ 9.4 | 24588 | 1 |
→
Bitmap Heap Scan on img_pageindex b (cost=30.78..9705.91 rows=2629 width=12) (actual time=10.503..88.206 rows=24588 loops=1)
|
| 5. | 8.586 | 8.586 | ↓ 9.4 | 24588 | 1 |
→
Bitmap Index Scan on x_img_pageindex_code_value (cost=0.00..30.78 rows=2629 width=0) (actual time=8.586..8.586 rows=24588 loops=1)
|
| 6. | 4745.484 | 4745.484 | ↓ 0.0 | 0 | 24588 |
→
Index Scan using x_img_pageevent_hdr_intdocid_pev_date on img_pageevent e (cost=0.00..6.03 rows=1 width=20) (actual time=0.081..0.193 rows=0 loops=24588)
|
| 7. | 45523.632 | 45523.632 | ↓ 0.0 | 0 | 4578 |
→
Index Scan using img_pageindex_pkey on img_pageindex d (cost=0.00..30.11 rows=1 width=34) (actual time=9.944..9.944 rows=0 loops=4578)
|