tasoc / photometry

The TASOC Photometry Pipeline
https://tasoc.dk
GNU General Public License v3.0
18 stars 4 forks source link

Move TaskManager to in-memory SQLite #37

Closed rhandberg closed 1 year ago

rhandberg commented 1 year ago

This PR attempts at speeding up the internals of the TaskManager by running large (or all) portions of the SQLite back-end directly in memory, instead of disk-based files. This has the downside of being vulnerable to computer crashes, but this is mitigated by saving to disk at a configurable interval.