IKSG / nsf-file-server

SFTP server backed by an NSF
Apache License 2.0
3 stars 0 forks source link

Investigate multi-DB, single-store storage #10

Open jesse-gallagher opened 4 years ago

jesse-gallagher commented 4 years ago

For scalability purposes, it may be useful to create a folder type that's actually a reference to another database. Even if DAOS obviates the need for that sort of hackery, it could be a useful configuration for a hypothetical large deployment with varied permission settings.

jesse-gallagher commented 4 years ago

This likely wouldn't be too difficult to implement. It'd just be an embedded NSFFileSystem object that knows about the prefix and would then add or chop it off during lookup and save operations.