| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 0.064 | 45.150 | ↑ 1.0 | 29 | 1 |
→
Sort (cost=29846.61..29846.68 rows=29 width=676) (actual time=45.135..45.150 rows=29 loops=1)
|
| 2. |
CTE spec |
|||||
| 3. | 0.024 | 44.577 | ↑ 1.0 | 29 | 1 |
→
Limit (cost=29608.85..29608.92 rows=29 width=16) (actual time=44.540..44.577 rows=29 loops=1) |
| 4. |
CTE rivet |
|||||
| 5. | 12.792 | 13.378 | ↓ 2.0 | 1534 | 1 |
→
Bitmap Heap Scan on rivet (cost=24.68..2824.50 rows=769 width=8) (actual time=0.820..13.378 rows=1534 loops=1)
|
| 6. | 0.003 | 0.586 | ↓ 0.0 | 0 | 1 |
→
BitmapOr (cost=24.68..24.68 rows=769 width=0) (actual time=0.586..0.586 rows=0 loops=1) |
| 7. | 0.294 | 0.294 | ↓ 1.8 | 704 | 1 |
→
Bitmap Index Scan on rivet_first_word_idx (cost=0.00..12.22 rows=394 width=0) (actual time=0.294..0.294 rows=704 loops=1)
|
| 8. | 0.289 | 0.289 | ↓ 2.2 | 831 | 1 |
→
Bitmap Index Scan on rivet_second_word_idx (cost=0.00..12.08 rows=375 width=0) (actual time=0.289..0.289 rows=831 loops=1)
|
| 9. | 0.301 | 44.553 | ↑ 278.2 | 29 | 1 |
→
Sort (cost=26784.35..26804.52 rows=8067 width=16) (actual time=44.538..44.553 rows=29 loops=1)
|
| 10. | 4.246 | 44.252 | ↑ 20.2 | 400 | 1 |
→
HashAggregate (cost=26447.23..26548.07 rows=8067 width=16) (actual time=43.997..44.252 rows=400 loops=1) |
| 11. | 5.803 | 40.006 | ↑ 2.3 | 3476 | 1 |
→
Nested Loop (cost=0.00..26406.90 rows=8067 width=16) (actual time=0.837..40.006 rows=3476 loops=1) |
| 12. | 15.795 | 15.795 | ↓ 2.0 | 1534 | 1 |
→
CTE Scan on rivet (cost=0.00..15.38 rows=769 width=8) (actual time=0.823..15.795 rows=1534 loops=1) |
| 13. | 18.408 | 18.408 | ↑ 5.0 | 2 | 1534 |
→
Index Scan using rivet_id_idx on rivet_specimen rs1 (cost=0.00..34.19 rows=10 width=24) (actual time=0.008..0.012 rows=2 loops=1534)
|
| 14. | 0.069 | 45.086 | ↑ 1.0 | 29 | 1 |
→
Nested Loop (cost=0.00..236.99 rows=29 width=676) (actual time=44.573..45.086 rows=29 loops=1) |
| 15. | 44.611 | 44.611 | ↑ 1.0 | 29 | 1 |
→
CTE Scan on spec (cost=0.00..0.58 rows=29 width=16) (actual time=44.542..44.611 rows=29 loops=1) |
| 16. | 0.406 | 0.406 | ↑ 1.0 | 1 | 29 |
→
Index Scan using specimen_pkey on specimen s (cost=0.00..8.14 rows=1 width=668) (actual time=0.013..0.014 rows=1 loops=29)
|