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

Db migration #14

Open
giovannizotta opened this issue Aug 31, 2022 · 0 comments
Open

Db migration #14

giovannizotta opened this issue Aug 31, 2022 · 0 comments

Comments

@giovannizotta
Copy link
Owner

We currently use Badgerdb as a database for everything. We save data and preimages. Preimages do not really have to be saved in the db so we could even just have them in RAM.

A relational SQL-like db like sqlite3 would be better suited for our data (successes, failures, routes), especially if we plan to use the stats on some other tool which can analyze them.

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