Displaying 1 result from an estimated 1 matches for "databasedump".
Did you mean:
databasedumps
2006 Feb 10
4
db vs filesystem
...ide whether to put these files on the filesystem, or
in the db as blobs.
The pros and cons we have summed up so far is:
--db--
faster than filesystem (according to some)
easier to separate from the webservers, since they only need one datastorage that way
easier to tie to userid and such
damn big databasedumps
--filesystem--
faster than db (according to some)
easily handles big files
extra complexity to tie users to filenames and directories outside the db
Do any of you guys have any experience with this, or for that matter
any instinctive reactions to the problem?
regards,
//Martin Kihlgren
--
###...