cloudfoundry / cloudfoundry/cli
`cf security-groups` is extremely slow on large systems
Open
@a-b is already working on this.
Since Oct 3, 2024.
unscheduled
- Dominant language
- Go
- Stars
- 1.9k
- Forks
- 990
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 8
Description
Issue
Running a cf security-groups on a large Cloud Foundry system is extremely slow. For 13.500 security groups, the runtime is > 3 hours. I would hope that this can be way quicker given that cloud controller already has a security_group table containing the entries in question.
Context
see above
Steps to Reproduce
Run cf security-groups in a large CF system.
Expected result
Runtime in the minutes range at best.
Current result
Runtime > 3 hours.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.