You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: