| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 0.005 | 135.619 | ↑ 135.0 | 1 | 1 |
→
Unique (cost=4640.37..4641.72 rows=135 width=12) (actual time=135.614..135.619 rows=1 loops=1)
|
| 2. | 0.012 | 135.614 | ↑ 10.4 | 13 | 1 |
→
Sort (cost=4640.37..4640.71 rows=135 width=12) (actual time=135.613..135.614 rows=13 loops=1)
|
| 3. | 77.133 | 135.602 | ↑ 10.4 | 13 | 1 |
→
Nested Loop Semi Join (cost=919.37..4635.60 rows=135 width=12) (actual time=23.634..135.602 rows=13 loops=1)
|
| 4. | 1.305 | 10.015 | ↓ 51.3 | 6922 | 1 |
→
Nested Loop (cost=785.93..1149.40 rows=135 width=20) (actual time=4.751..10.015 rows=6922 loops=1)
|
| 5. | 0.019 | 4.758 | ↑ 1.0 | 8 | 1 |
→
Hash Join (cost=785.93..808.58 rows=8 width=16) (actual time=4.736..4.758 rows=8 loops=1)
|
| 6. | 0.019 | 0.019 | ↑ 1.0 | 8 | 1 |
→
Index Scan using idx_sco2_7 on public.tsectioncontent2 sectioncon1_ (cost=0.00..22.56 rows=8 width=12) (actual time=0.008..0.019 rows=8 loops=1)
|
| 7. | 0.767 | 4.720 | ↓ 6.0 | 4129 | 1 |
→
Hash (cost=777.37..777.37 rows=685 width=4) (actual time=4.720..4.720 rows=4129 loops=1)
|
| 8. | 1.970 | 3.953 | ↓ 6.0 | 4129 | 1 |
→
HashAggregate (cost=770.52..777.37 rows=685 width=4) (actual time=3.310..3.953 rows=4129 loops=1)
|
| 9. | 1.424 | 1.983 | ↑ 1.0 | 4129 | 1 |
→
Bitmap Heap Scan on public.tconaccessright2 contentacc3_ (cost=172.26..760.20 rows=4129 width=4) (actual time=0.626..1.983 rows=4129 loops=1)
|
| 10. | 0.559 | 0.559 | ↑ 1.0 | 4129 | 1 |
→
Bitmap Index Scan on idx_coa_2 (cost=0.00..171.23 rows=4129 width=0) (actual time=0.559..0.559 rows=4129 loops=1)
|
| 11. | 3.952 | 3.952 | ↓ 78.6 | 865 | 8 |
→
Index Scan using idx_cix_2 on public.tcontentindex contentind0_ (cost=0.00..42.46 rows=11 width=4) (actual time=0.009..0.494 rows=865 loops=8)
|
| 12. | 44.261 | 48.454 | ↓ 18.4 | 92 | 6922 |
→
Materialize (cost=133.44..3476.09 rows=5 width=4) (actual time=0.000..0.007 rows=92 loops=6922)
|
| 13. | 3.422 | 4.193 | ↓ 18.4 | 92 | 1 |
→
Bitmap Heap Scan on public.tcontentindex contentind2_ (cost=133.44..3476.06 rows=5 width=4) (actual time=1.051..4.193 rows=92 loops=1)
|
| 14. | 0.771 | 0.771 | ↑ 1.0 | 5489 | 1 |
→
Bitmap Index Scan on idx_cix_3 (cost=0.00..133.43 rows=5489 width=0) (actual time=0.771..0.771 rows=5489 loops=1)
|