# | exclusive | inclusive | rows x | rows | loops | node |
---|---|---|---|---|---|---|
1. | 55.762 | 27,052.355 | ↓ 0.0 | 0 | 1 |
→
Nested Loop (cost=0.01..9,544.99 rows=12,290 width=72) (actual time=27,052.355..27,052.355 rows=0 loops=1)
|
2. | 8,431.461 | 8,431.461 | ↑ 1.1 | 180,244 | 1 |
→
Index Scan using idx_repeat_times_modification_date_status_fault_retied_times on message_event messageeve0_ (cost=0.01..3,247.84 rows=204,947 width=72) (actual time=6.079..8,431.461 rows=180,244 loops=1)
|
3. | 18,565.132 | 18,565.132 | ↓ 0.0 | 0 | 180,244 |
→
Index Only Scan using idx_request_number_id_app_code on request_number requestnum1_ (cost=0.01..0.02 rows=1 width=8) (actual time=0.103..0.103 rows=0 loops=180,244)
|