As a user I have efficient collections endpoint
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 68
- Forks
- 62
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 37
Description
Author: @fao89 (fao89)
Redmine Issue: 8262, https://pulp.plan.io/issues/8262
Currently, the collections endpoint provides data from multiple tables which can harm the performance, as the query is done for every request.
We need to pre-compute the query to improve the performance
Context: https://github.com/pulp/pulp_ansible/pull/469/files#r573247512
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.
Research direction
Start at the collections endpoint and review the query behavior described in the issue, then read the referenced pulp_ansible pull request discussion for context. Done means the endpoint uses pre-computed data instead of querying multiple tables on every request, with the performance impact verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ansible, python
- Domain
- api, backend, performance
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100