| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 410.937 | 83858.206 | ↑ 1.0 | 1 | 1 |
→
Aggregate (cost=1246413.19..1246413.20 rows=1 width=4) (actual time=83858.206..83858.206 rows=1 loops=1) |
| 2. | 7368.634 | 83447.269 | ↓ 1.0 | 4872449 | 1 |
→
Bitmap Heap Scan on system_emails (cost=88641.53..1234586.11 rows=4730829 width=4) (actual time=76236.081..83447.269 rows=4872449 loops=1)
|
| 3. | 76078.635 | 76078.635 | ↓ 1.0 | 4875590 | 1 |
→
Bitmap Index Scan on idx_system_emails_system_email_type_id (cost=0.00..87458.83 rows=4730829 width=0) (actual time=76078.635..76078.635 rows=4875590 loops=1)
|