Re: how to secure documents in server
On Jul 19, 7:38 am, The Natural Philosopher <a...@b.cwrot e:
In fact, a filesystem is a ~DBMS that handles just one type of data
(files). But the amount of metadata that a filesystem (easily) keeps/
provides about its data (the files) is limited, while there's no limit
to the amount of metadata that can be (easily) saved/retrieved in a
DBMS. Both are (most likely) equally well optimized to do their jobs
efficiently. The APIs to get to the data are completely different. One
is pretty familiar and the other is not so much. I love the idea of
single file backups (as in a DBMS). OTOH, the filesystem approach
suits better for incremental backups.
--Jorge.
On Jul 19, 7:38 am, The Natural Philosopher <a...@b.cwrot e:
>
Yes. Exactly. The key is to not get religious about it ..."the RIGHT way
is to.."
>
Yes. Exactly. The key is to not get religious about it ..."the RIGHT way
is to.."
>
(files). But the amount of metadata that a filesystem (easily) keeps/
provides about its data (the files) is limited, while there's no limit
to the amount of metadata that can be (easily) saved/retrieved in a
DBMS. Both are (most likely) equally well optimized to do their jobs
efficiently. The APIs to get to the data are completely different. One
is pretty familiar and the other is not so much. I love the idea of
single file backups (as in a DBMS). OTOH, the filesystem approach
suits better for incremental backups.
--Jorge.
Comment