MolSSI / QCFractal

A distributed compute and database platform for quantum chemistry.
https://molssi.github.io/QCFractal/
BSD 3-Clause "New" or "Revised" License
143 stars 47 forks source link

Caching inside datasets #749

Closed bennybp closed 10 months ago

bennybp commented 10 months ago

Datasets should have a cache (files? sqlite?). This would reduce the need to re-fetch data all the time when handling datasets

Datasets already have the ability to only download updated records, and there is some support for views which overlaps with this, but needs more attention.

bennybp commented 10 months ago

Closing in favor of #740 which I forgot was there