RaasAhsan / sion

Distributed file system for many large files
1 stars 0 forks source link

Transactional code architecture for metadata operations #7

Open RaasAhsan opened 2 years ago

RaasAhsan commented 2 years ago

For reliability, all namespace operations will be persisted to a file on-disk and possibly replicated to other servers. It will be beneficial to architect the namespace subsystem in such a way that it is easy to serialize and log operations to disk, checkpoint, and recover state.