# | exclusive | inclusive | rows x | rows | loops | node |
---|---|---|---|---|---|---|
1. | 0.004 | 0.009 | ↓ 0.0 | 0 | 1 |
→
Sort (cost=6.63..6.64 rows=1 width=12) (actual time=0.009..0.009 rows=0 loops=1)
|
2. |
CTE failed_repositories |
|||||
3. | 0.001 | 0.005 | ↓ 0.0 | 0 | 1 |
→
Limit (cost=0.56..6.60 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1) |
4. | 0.004 | 0.004 | ↓ 0.0 | 0 | 1 |
→
Nested Loop (cost=0.56..6.60 rows=1 width=12) (actual time=0.004..0.004 rows=0 loops=1)
|
5. | 0.000 | 0.000 | ↓ 0.0 | 0 |
→
Index Only Scan using projects_pkey on projects projects_1 (cost=0.43..3.45 rows=1 width=4) (never executed)
|
|
6. | 0.005 | 0.005 | ↓ 0.0 | 0 | 1 |
→
CTE Scan on failed_repositories projects (cost=0.00..0.02 rows=1 width=12) (actual time=0.005..0.005 rows=0 loops=1) |