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

Move in-memory db to a file-based hsql db #7

Open
mauricioaniche opened this issue Feb 10, 2020 · 1 comment
Open

Move in-memory db to a file-based hsql db #7

mauricioaniche opened this issue Feb 10, 2020 · 1 comment
Assignees

Comments

@mauricioaniche
Copy link
Contributor

The process metrics database is, right now, a simple in-memory HashMap. That works, but for large projects, this map might become too big to fit in our small VMs.

One idea is to move it to a file-based HSQLDB database. After all, we often have more disk than memory available.

We should make sure to reset the file whenever the application starts (a force reset at the beginning, as the previous execution of application might not had ended gracefully..)

@jan-gerling
Copy link
Contributor

@mauricioaniche Can we close this issue, as it is no longer relevant?

@jan-gerling jan-gerling transferred this issue from refactoring-ai/predicting-refactoring-ml Aug 4, 2020
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

2 participants