# | exclusive | inclusive | rows x | rows | loops | node |
---|---|---|---|---|---|---|
1. | 0.052 | 27.021 | ↓ 462.0 | 462 | 1 |
→
Subquery Scan on journalaction (cost=646.58..646.62 rows=1 width=116) (actual time=26.686..27.021 rows=462 loops=1)
|
2. | 0.971 | 26.969 | ↓ 477.0 | 477 | 1 |
→
WindowAgg (cost=646.58..646.61 rows=1 width=124) (actual time=26.685..26.969 rows=477 loops=1) |
3. | 0.325 | 25.998 | ↓ 477.0 | 477 | 1 |
→
Sort (cost=646.58..646.59 rows=1 width=116) (actual time=25.974..25.998 rows=477 loops=1)
|
4. | 1.862 | 25.673 | ↓ 477.0 | 477 | 1 |
→
Nested Loop (cost=142.93..646.57 rows=1 width=116) (actual time=0.601..25.673 rows=477 loops=1)
|
5. | 0.774 | 7.775 | ↓ 40.1 | 4,009 | 1 |
→
Nested Loop (cost=142.51..584.23 rows=100 width=132) (actual time=0.577..7.775 rows=4,009 loops=1) |
6. | 0.155 | 0.761 | ↓ 40.0 | 480 | 1 |
→
Merge Join (cost=142.09..152.94 rows=12 width=132) (actual time=0.558..0.761 rows=480 loops=1)
|
7. | 0.019 | 0.339 | ↑ 29.7 | 32 | 1 |
→
Sort (cost=104.66..107.03 rows=949 width=64) (actual time=0.336..0.339 rows=32 loops=1)
|
8. | 0.019 | 0.320 | ↑ 28.8 | 33 | 1 |
→
Hash Join (cost=5.09..57.73 rows=949 width=64) (actual time=0.308..0.320 rows=33 loops=1)
|
9. | 0.239 | 0.239 | ↑ 61.8 | 33 | 1 |
→
Seq Scan on statut_nature sn (cost=0.00..30.40 rows=2,040 width=12) (actual time=0.237..0.239 rows=33 loops=1) |
10. | 0.026 | 0.062 | ↑ 1.0 | 93 | 1 |
→
Hash (cost=3.93..3.93 rows=93 width=56) (actual time=0.062..0.062 rows=93 loops=1)
|
11. | 0.036 | 0.036 | ↑ 1.0 | 93 | 1 |
→
Seq Scan on sm001000_pi9_nature_evenement_affairebase nea (cost=0.00..3.93 rows=93 width=56) (actual time=0.006..0.036 rows=93 loops=1) |
12. | 0.175 | 0.267 | ↑ 1.0 | 480 | 1 |
→
Sort (cost=37.42..38.63 rows=484 width=80) (actual time=0.218..0.267 rows=480 loops=1)
|
13. | 0.092 | 0.092 | ↑ 1.0 | 462 | 1 |
→
Seq Scan on progtravvers pt (cost=0.00..15.84 rows=484 width=80) (actual time=0.006..0.092 rows=462 loops=1) |
14. | 6.240 | 6.240 | ↑ 1.1 | 8 | 480 |
→
Index Scan using ix_pi2_prog_trav00000 on sm001000_pi8_etape_dossierbase ed (cost=0.42..35.85 rows=9 width=32) (actual time=0.003..0.013 rows=8 loops=480)
|
15. | 16.036 | 16.036 | ↑ 2.0 | 1 | 4,009 |
→
Index Scan using "INDEX_sm001000_pi8_etape_dossierid" on sm001000_pi8_action_dossierbase ad (cost=0.42..0.60 rows=2 width=48) (actual time=0.003..0.004 rows=1 loops=4,009)
|
Planning time | : | 1.494 ms |
---|