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

SPIKE: Investigate extra queries / performance regressions imposed by snapshots #29

Open
2 tasks
unclecheese opened this issue Apr 6, 2020 · 0 comments
Open
2 tasks

Comments

@unclecheese
Copy link

While the database writes are fairly well contained, there are a number of areas in the lifecycle of a snapshot where expensive queries are run, often in loops or recursive functions. We should do a thorough analysis of what could be done to mitigate some of the performance issues and how they scale with large ownership structures.

Acceptance criteria

  • We have a firm understanding of the cost that snapshots imposes relative to vanilla versioned
  • We have enough information to make a decision on whether performance enhancements are worth investing in
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