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

Store MMR in DB #1594

Closed
stwiname opened this issue Mar 31, 2023 · 1 comment · Fixed by #1618
Closed

Store MMR in DB #1594

stwiname opened this issue Mar 31, 2023 · 1 comment · Fixed by #1618
Assignees

Comments

@stwiname
Copy link
Collaborator

Description

We should provide a DB storage mechanism for MMR rather than file based. This will simplify having to manage storage and will also make creating backups simpler as it can be in the same DB as projects.

We should provide a migration path where any existing file based MMR data can be moved to the DB.

BONUS:
Remove the project Id column from the POI table as this is redundant data and instead use another field in the metadata table

@stwiname
Copy link
Collaborator Author

stwiname commented Apr 5, 2023

We should make this configurable through a CLI flag

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

Successfully merging a pull request may close this issue.

2 participants