Update docs/ocis/adr/0016-files-metadata.md

Co-authored-by: Klaas Freitag <kfreitag@owncloud.com>
This commit is contained in:
Jörn Friedrich Dreyer
2022-02-07 10:48:48 +01:00
committed by GitHub
parent 8fad5f173b
commit 395ed935d0

View File

@@ -82,3 +82,4 @@ To link metadata to file content a single extended attribute with a file id (uni
* Good, because it avoids extended attribute limits
* Good, because the same mechanism could be used to look up files by id, when the underlying filesystem is an existing POSIX filesystem.
* Bad, because backup needs to cover the metadata as well. Could be mitigated by sharing metadata per space and doing space wide snapshots.
* Bad, because it is a bit more effort to access it to read or index it.