| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 0.006 | 17022.580 | ↓ 3.0 | 3 | 1 |
→
Limit (cost=34879.56..34879.57 rows=1 width=3) (actual time=17022.573..17022.580 rows=3 loops=1) |
| 2. | 0.031 | 17022.574 | ↓ 3.0 | 3 | 1 |
→
Sort (cost=34879.56..34879.57 rows=1 width=3) (actual time=17022.571..17022.574 rows=3 loops=1)
|
| 3. | 0.576 | 17022.543 | ↓ 3.0 | 3 | 1 |
→
HashAggregate (cost=34879.51..34879.55 rows=1 width=3) (actual time=17022.539..17022.543 rows=3 loops=1) |
| 4. | 2.072 | 17021.967 | ↓ 567.0 | 567 | 1 |
→
Nested Loop Left Join (cost=18104.25..34879.51 rows=1 width=3) (actual time=398.464..17021.967 rows=567 loops=1)
|
| 5. | 17.781 | 17017.627 | ↓ 567.0 | 567 | 1 |
→
Merge Join (cost=18104.25..34877.66 rows=1 width=9) (actual time=398.406..17017.627 rows=567 loops=1)
|
| 6. | 16814.529 | 16814.529 | ↑ 4.1 | 13178 | 1 |
→
Index Scan using dneg_dnc_entity_id on display_name_caches b (cost=0.00..813687.84 rows=53661 width=13) (actual time=0.276..16814.529 rows=13178 loops=1)
|
| 7. | 10.668 | 185.317 | ↑ 5.2 | 568 | 1 |
→
Sort (cost=18104.25..18111.60 rows=2940 width=9) (actual time=184.779..185.317 rows=568 loops=1)
|
| 8. | 174.649 | 174.649 | ↓ 2.3 | 6649 | 1 |
→
Seq Scan on tasks a (cost=0.00..17934.88 rows=2940 width=9) (actual time=0.185..174.649 rows=6649 loops=1)
|
| 9. | 2.268 | 2.268 | ↑ 1.0 | 1 | 567 |
→
Index Scan using assets_pkey on assets c (cost=0.00..1.83 rows=1 width=7) (actual time=0.003..0.004 rows=1 loops=567)
|