| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 0.009 | 10481.394 | ↑ 1.0 | 15 | 1 |
→
Limit (cost=96934.21..96935.78 rows=15 width=316) (actual time=10415.940..10481.394 rows=15 loops=1)
|
| 2. | 6.465 | 10481.385 | ↑ 114.4 | 15 | 1 |
→
GroupAggregate (cost=96934.21..97114.39 rows=1716 width=316) (actual time=10415.936..10481.385 rows=15 loops=1)
|
| 3. | 9261.762 | 10474.920 | ↓ 1.7 | 2975 | 1 |
→
Sort (cost=96934.21..96938.50 rows=1716 width=316) (actual time=10402.852..10474.920 rows=2975 loops=1)
|
| 4. | 38.201 | 1213.158 | ↓ 24.6 | 42232 | 1 |
→
Hash Left Join (cost=56702.95..96842.02 rows=1716 width=316) (actual time=381.467..1213.158 rows=42232 loops=1)
|
| 5. | 43.985 | 1174.332 | ↓ 24.6 | 42232 | 1 |
→
Hash Left Join (cost=56691.93..96812.41 rows=1716 width=276) (actual time=380.798..1174.332 rows=42232 loops=1)
|
| 6. | 85.610 | 1122.233 | ↓ 24.6 | 42232 | 1 |
→
Nested Loop (cost=56563.01..96658.54 rows=1716 width=229) (actual time=372.619..1122.233 rows=42232 loops=1)
|
| 7. | 328.729 | 867.695 | ↓ 24.6 | 42232 | 1 |
→
Hash Join (cost=56563.01..86936.80 rows=1716 width=12) (actual time=372.508..867.695 rows=42232 loops=1)
|
| 8. | 166.591 | 166.591 | ↓ 1.0 | 660765 | 1 |
→
Seq Scan on entreprise_document_presse edp (cost=0.00..22282.39 rows=645939 width=8) (actual time=0.042..166.591 rows=660765 loops=1)
|
| 9. | 28.360 | 372.375 | ↑ 1.1 | 30267 | 1 |
→
Hash (cost=56163.96..56163.96 rows=31924 width=4) (actual time=372.375..372.375 rows=30267 loops=1)
|
| 10. | 344.015 | 344.015 | ↑ 1.1 | 30267 | 1 |
→
Bitmap Heap Scan on index_entreprise_fulltext i (cost=2141.41..56163.96 rows=31924 width=4) (actual time=89.824..344.015 rows=30267 loops=1)
|
| 11. | 168.928 | 168.928 | ↑ 1.0 | 1 | 42232 |
→
Index Scan using entreprise_pkey on entreprise e (cost=0.00..5.65 rows=1 width=229) (actual time=0.004..0.004 rows=1 loops=42232)
|
| 12. | 4.806 | 8.114 | ↑ 1.0 | 3774 | 1 |
→
Hash (cost=81.74..81.74 rows=3774 width=51) (actual time=8.114..8.114 rows=3774 loops=1)
|
| 13. | 3.308 | 3.308 | ↑ 1.0 | 3774 | 1 |
→
Seq Scan on code nc (cost=0.00..81.74 rows=3774 width=51) (actual time=0.040..3.308 rows=3774 loops=1)
|
| 14. | 0.357 | 0.625 | ↑ 1.0 | 312 | 1 |
→
Hash (cost=7.12..7.12 rows=312 width=42) (actual time=0.625..0.625 rows=312 loops=1)
|
| 15. | 0.268 | 0.268 | ↑ 1.0 | 312 | 1 |
→
Seq Scan on code_categorie_juridique cj (cost=0.00..7.12 rows=312 width=42) (actual time=0.023..0.268 rows=312 loops=1)
|