| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 16.166 | 3282.245 | ↓ 156.8 | 31351 | 1 |
→
HashAggregate (cost=993409.91..993412.91 rows=200 width=32) (actual time=3276.080..3282.245 rows=31351 loops=1) |
| 2. | 77.641 | 3266.079 | ↑ 986.7 | 31351 | 1 |
→
Merge Join (cost=297220.97..916075.75 rows=30933664 width=32) (actual time=3111.085..3266.079 rows=31351 loops=1)
|
| 3. | 30.699 | 140.459 | ↓ 1.4 | 50809 | 1 |
→
Sort (cost=9373.31..9463.86 rows=36220 width=36) (actual time=137.391..140.459 rows=50809 loops=1)
|
| 4. | 63.882 | 109.760 | ↓ 1.4 | 50823 | 1 |
→
Hash Anti Join (cost=3863.07..6630.64 rows=36220 width=36) (actual time=36.458..109.760 rows=50823 loops=1)
|
| 5. | 9.461 | 9.461 | ↑ 1.0 | 72440 | 1 |
→
Seq Scan on workareas (cost=0.00..1916.40 rows=72440 width=36) (actual time=0.007..9.461 rows=72440 loops=1) |
| 6. | 23.468 | 36.417 | ↑ 1.0 | 138403 | 1 |
→
Hash (cost=2133.03..2133.03 rows=138403 width=4) (actual time=36.417..36.417 rows=138403 loops=1)
|
| 7. | 12.949 | 12.949 | ↑ 1.0 | 138403 | 1 |
→
Seq Scan on aspectinactive (cost=0.00..2133.03 rows=138403 width=4) (actual time=0.006..12.949 rows=138403 loops=1) |
| 8. | 1071.361 | 3047.979 | ↓ 4.7 | 800592 | 1 |
→
Sort (cost=287847.66..288274.69 rows=170810 width=4) (actual time=2949.319..3047.979 rows=800592 loops=1)
|
| 9. | 416.249 | 1976.618 | ↓ 4.7 | 800592 | 1 |
→
Hash Join (cost=10005.97..273002.54 rows=170810 width=4) (actual time=1337.832..1976.618 rows=800592 loops=1)
|
| 10. | 1504.766 | 1504.766 | ↑ 1.6 | 3867485 | 1 |
→
Seq Scan on grouprights (cost=0.00..206182.80 rows=6297790 width=8) (actual time=0.034..1504.766 rows=3867485 loops=1)
|
| 11. | 0.004 | 55.603 | ↑ 2476.5 | 2 | 1 |
→
Hash (cost=9944.06..9944.06 rows=4953 width=8) (actual time=55.603..55.603 rows=2 loops=1)
|
| 12. | 0.075 | 55.599 | ↑ 2476.5 | 2 | 1 |
→
Hash Join (cost=5191.65..9944.06 rows=4953 width=8) (actual time=55.593..55.599 rows=2 loops=1)
|
| 13. | 0.010 | 0.028 | ↑ 2476.5 | 2 | 1 |
→
Bitmap Heap Scan on user2group u2g (cost=94.74..4748.10 rows=4953 width=4) (actual time=0.023..0.028 rows=2 loops=1)
|
| 14. | 0.018 | 0.018 | ↑ 2476.5 | 2 | 1 |
→
Bitmap Index Scan on "fki_user2group_FK1" (cost=0.00..93.51 rows=4953 width=0) (actual time=0.018..0.018 rows=2 loops=1)
|
| 15. | 33.191 | 55.496 | ↑ 1.0 | 182618 | 1 |
→
Hash (cost=2814.18..2814.18 rows=182618 width=4) (actual time=55.496..55.496 rows=182618 loops=1)
|
| 16. | 22.305 | 22.305 | ↑ 1.0 | 182618 | 1 |
→
Seq Scan on groups (cost=0.00..2814.18 rows=182618 width=4) (actual time=0.007..22.305 rows=182618 loops=1) |