Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

catalogd web api benchmarking #1607

Open
grokspawn opened this issue Jan 13, 2025 · 1 comment
Open

catalogd web api benchmarking #1607

grokspawn opened this issue Jan 13, 2025 · 1 comment

Comments

@grokspawn
Copy link
Contributor

grokspawn commented Jan 13, 2025

  1. Establish a common access pattern for assessing performance of the catalogd query web API for e.g.
    • initial catalog data unpack (index preparation)
    • catalog data update & re-unpack
    • query[-no-parameters-],
    • query&name=$somePackage&schema=olm.package,
    • query&package=$somePackage
  2. Collect pprof profiles for CPU and memory when evaluating the pattern
  3. Find the most resource intensive code paths. Provide documentation and recommendations related to making improvements in those areas.
  4. Coordinate with OLM maintainers to make improvements in areas deemed to provide the most significant performance and scale gain.
  5. Implement automated performance and scale regression tests in the existing upstream CI test suite.
@grokspawn
Copy link
Contributor Author

We want to include this scope in #920. I'd initially argued that we would want to scope 920 over existing APIs and performance evaluations and use this for just the query API, but in discussion now this really ought to be considered part of the scope associated with 920. I'll adjust the body there to include it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant