aiidateam / disk-objectstore

An implementation of an efficient "object store" (actually, a key-value store) writing files on disk and not requiring a running server
https://disk-objectstore.readthedocs.io
MIT License
15 stars 8 forks source link

Hardening the implementation #27

Closed giovannipizzi closed 4 years ago

giovannipizzi commented 4 years ago

We should consider points of failure for the implementation (see e.g. comments added in this commit: 8835629e0d12b146b81ee27674253fcc7e6bfb73 but also other points). And understand if we understand (and accept and document) the risks, or we need to improve on them.

giovannipizzi commented 4 years ago

The implementation has changed since then. I will open specific issues while problems arise while testing.