| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 0.300 | 4970.779 | ↑ 1.0 | 1 | 1 |
→
Aggregate (cost=20.76..7275.90 rows=1 width=227) (actual time=4970.778..4970.779 rows=1 loops=1) |
| 2. | 0.013 | 18.050 | ↑ 1.0 | 1 | 1 |
→
Nested Loop Left Join (cost=0.00..20.75 rows=1 width=227) (actual time=18.036..18.050 rows=1 loops=1)
|
| 3. | 0.013 | 18.021 | ↑ 1.0 | 1 | 1 |
→
Nested Loop Left Join (cost=0.00..19.32 rows=1 width=224) (actual time=18.011..18.021 rows=1 loops=1)
|
| 4. | 17.995 | 17.995 | ↑ 1.0 | 1 | 1 |
→
Index Scan using pk_documents on documents d (cost=0.00..10.59 rows=1 width=185) (actual time=17.989..17.995 rows=1 loops=1)
|
| 5. | 0.013 | 0.013 | ↓ 0.0 | 0 | 1 |
→
Index Scan using metadocid_idx on documentmetadata dm (cost=0.00..8.72 rows=1 width=47) (actual time=0.013..0.013 rows=0 loops=1)
|
| 6. | 0.016 | 0.016 | ↓ 0.0 | 0 | 1 |
→
Seq Scan on querydocumentrelevance qdr (cost=0.00..1.42 rows=1 width=11) (actual time=0.016..0.016 rows=0 loops=1)
|
| 7. |
SubPlan (forAggregate) |
|||||
| 8. | 0.409 | 4952.429 | ↑ 1.0 | 1 | 1 |
→
Result (cost=7255.13..7255.14 rows=1 width=0) (actual time=4952.426..4952.429 rows=1 loops=1) |
| 9. |
Initplan (forResult) |
|||||
| 10. | 10.121 | 91.774 | ↑ 1.0 | 1 | 1 |
→
Aggregate (cost=125.19..125.22 rows=1 width=133) (actual time=91.772..91.774 rows=1 loops=1) |
| 11. | 1.144 | 81.653 | ↓ 7.7 | 223 | 1 |
→
Nested Loop Left Join (cost=0.00..125.12 rows=29 width=133) (actual time=35.109..81.653 rows=223 loops=1)
|
| 12. | 80.063 | 80.063 | ↓ 7.7 | 223 | 1 |
→
Index Scan using sentdocs on sentences s (cost=0.00..115.37 rows=29 width=117) (actual time=35.079..80.063 rows=223 loops=1)
|
| 13. | 0.435 | 0.446 | ↓ 0.0 | 0 | 223 |
→
Materialize (cost=0.00..8.89 rows=2 width=24) (actual time=0.002..0.002 rows=0 loops=223) |
| 14. | 0.011 | 0.011 | ↓ 0.0 | 0 | 1 |
→
Index Scan using idx_qspoqid on querysentencepolarityoverride qspo (cost=0.00..8.88 rows=2 width=24) (actual time=0.011..0.011 rows=0 loops=1)
|
| 15. | 0.070 | 4860.246 | ↑ 1.0 | 1 | 1 |
→
Result (cost=7129.90..7129.91 rows=1 width=0) (actual time=4860.244..4860.246 rows=1 loops=1) |
| 16. |
Initplan (forResult) |
|||||
| 17. | 1.114 | 4860.176 | ↑ 1.0 | 1 | 1 |
→
Aggregate (cost=7129.89..7129.90 rows=1 width=20) (actual time=4860.174..4860.176 rows=1 loops=1) |
| 18. | 7.527 | 4859.062 | ↑ 9.8 | 94 | 1 |
→
Hash Join (cost=3539.08..7127.59 rows=918 width=20) (actual time=4828.703..4859.062 rows=94 loops=1)
|
| 19. | 4751.449 | 4847.401 | ↓ 3.7 | 3442 | 1 |
→
Bitmap Heap Scan on queryexecutioncategorydocuments qecd (cost=35.76..3610.51 rows=918 width=8) (actual time=96.833..4847.401 rows=3442 loops=1)
|
| 20. | 95.952 | 95.952 | ↓ 3.7 | 3442 | 1 |
→
Bitmap Index Scan on catexecdoci_idx (cost=0.00..35.53 rows=919 width=0) (actual time=95.952..95.952 rows=3442 loops=1)
|
| 21. | 2.044 | 4.134 | ↑ 1.9 | 1011 | 1 |
→
Hash (cost=3479.26..3479.26 rows=1924 width=28) (actual time=4.134..4.134 rows=1011 loops=1)
|
| 22. | 2.090 | 2.090 | ↑ 1.9 | 1011 | 1 |
→
Index Scan using idx_qexcatqxid on queryexecutioncategories qec (cost=0.00..3479.26 rows=1924 width=28) (actual time=0.035..2.090 rows=1011 loops=1)
|