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

Make it so that Freezing Saddles database does not need annual reset #248

Open
obscurerichard opened this issue Jan 14, 2024 · 0 comments
Open

Comments

@obscurerichard
Copy link
Member

We should consider what changes are required so that we don't have to do an annual reset / cleanout of the Freezing Saddles database.

For performance, we could partition the tables so that that queries end up working on just a year's worth of data. This would require reworking indexes and doing partition management, though. Maybe sever the partitioning into its own issue...

This would require reworking a bunch of queries to have where clauses with dates in them.

This is kind of an architecture moonshot, no hurry on this one. It would make the system way more flexible and extensible overall.

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

No branches or pull requests

1 participant