Re: CMS tutorials
Bastian Gerhard <[email protected]> Mon, 22 Dec 2003 02:45:14 +0100
| Newsgroups | gmane.comp.cms.general |
|---|---|
| Message-ID | <[email protected]> |
JC, I'd also recommend to store binary objects as BLOBs in the database, although I have not seen any RDBMS handling them well either. Storing them in the filesystem often does not work under certain circumstances: Just keep redundancy and cluster environments in mind... It is much easier to mirror and backup a database than a filesystem - not only for security reasons. Implementing an RDBMS/CMS into an existing cluster environment whereas binary objects are being stored in the filesystem can be a non-trivial job. Bastian. Am 22.12.2003 um 01:46 schrieb J C Lawrence: > > Right, using the RDBMS for meta data and the filesystem for bulk > storage. It can work quite well, especially when you can re-generate > the meta-data from the filesystem images. However for the data I > usually handle (eg email and other message frames), I find that > external > custom stores such as NETNEWS-style systems ala inn2 are > faster/cheaper/lighter/more-effective. > > As always YMWV depending on your data and loads, which is the point. > An > RDBMS is just one tool among many. -- http://cms-list.org/ please trim your posts.