From 395ed935d0840eb791f99d62fea335e44f039b79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Mon, 7 Feb 2022 10:48:48 +0100 Subject: [PATCH] Update docs/ocis/adr/0016-files-metadata.md Co-authored-by: Klaas Freitag --- docs/ocis/adr/0016-files-metadata.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ocis/adr/0016-files-metadata.md b/docs/ocis/adr/0016-files-metadata.md index 87c28c15cc2..b9a3089aa48 100644 --- a/docs/ocis/adr/0016-files-metadata.md +++ b/docs/ocis/adr/0016-files-metadata.md @@ -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.