[LUNI] database question
Steven Lembark
lembark at wrkhors.com
Thu Aug 8 16:33:07 CDT 2002
-- Eric Michalsen <eric.michalsen at shapedwire.com>
> I built a document control system with php/mysql,
> where all the documents are links in the database.
> I have thought about inserting as blobs, but I wanted
> to keep it simple.
> of course it means I need two different backups,
> one for the database and one for the directory
> of files, but I'm willing to live with the small
> hasle for keeping the database small and quick.
> just a point of view...
One of the more effective and simple heirarchical
databases around that tends to be ignored for doc's
manglement is the *NIX file system. If you group
the doc's into sensable directories, and perhaps
add a .data file with other info, you can get by
without an RDBMS.
--
Steven Lembark 2930 W. Palmer
Workhorse Computing Chicago, IL 60647
+1 800 762 1582
More information about the luni
mailing list