| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 24.132 | 199.319 | ↓ 1.9 | 5046 | 1 |
→
Hash Semi Join (cost=10199.17..12379.90 rows=2617 width=198) (actual time=164.955..199.319 rows=5046 loops=1)
|
| 2. | 10.269 | 10.269 | ↑ 1.0 | 50000 | 1 |
→
Seq Scan on sys (cost=0.00..1966.00 rows=50000 width=198) (actual time=0.003..10.269 rows=50000 loops=1) |
| 3. | 3.307 | 164.918 | ↓ 2.0 | 5293 | 1 |
→
Hash (cost=10166.45..10166.45 rows=2617 width=4) (actual time=164.918..164.918 rows=5293 loops=1)
|
| 4. | 2.558 | 161.611 | ↓ 2.0 | 5293 | 1 |
→
Nested Loop (cost=122.04..10166.45 rows=2617 width=4) (actual time=59.519..161.611 rows=5293 loops=1) |
| 5. | 0.009 | 7.141 | ↓ 2.0 | 2 | 1 |
→
HashAggregate (cost=64.03..64.04 rows=1 width=4) (actual time=7.139..7.141 rows=2 loops=1) |
| 6. | 0.120 | 7.132 | ↓ 2.0 | 2 | 1 |
→
Bitmap Heap Scan on app (cost=60.01..64.03 rows=1 width=4) (actual time=7.091..7.132 rows=2 loops=1)
|
| 7. | 7.012 | 7.012 | ↓ 13.0 | 13 | 1 |
→
Bitmap Index Scan on trgm_app_name (cost=0.00..60.01 rows=1 width=0) (actual time=7.012..7.012 rows=13 loops=1)
|
| 8. | 83.662 | 151.912 | ↓ 1.0 | 2646 | 2 |
→
Bitmap Heap Scan on apxi (cost=58.02..10069.70 rows=2617 width=8) (actual time=64.659..75.956 rows=2646 loops=2)
|
| 9. | 68.250 | 68.250 | ↓ 1.0 | 2646 | 2 |
→
Bitmap Index Scan on apxi_appid_idx (cost=0.00..57.36 rows=2617 width=0) (actual time=34.125..34.125 rows=2646 loops=2)
|