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

performance: profile performance of PIDStore #32

Open
4 tasks
lnielsen opened this issue Nov 17, 2015 · 0 comments
Open
4 tasks

performance: profile performance of PIDStore #32

lnielsen opened this issue Nov 17, 2015 · 0 comments

Comments

@lnielsen
Copy link
Member

On PostgreSQL:

  • Validate number of queries made.
  • Validate that indexes are being used for important queries.
  • Validate insertion performance.
  • Profile code to look for what takes the longest and see if it can be optimised.

E.g. try inserting 100k, 1M, 10M PIDs and verify performance.

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

No branches or pull requests

2 participants