in reply to OT: Images into MySQL database
in thread Images into MySQL database
From a general security point of view, I think it is inadvisable to have the database point to a file in the filesystem and then allowing the user access to your filesystem to retrieve the file. It could lead to all kinds of nasty problems.
Also as database-engines are (should?) be optimised to retrieve data from their storage, I fail to see if it would be more efficient to first retrieve from the database the pointer to the file in your filesystem and then by a totally different process get the file itself.
Or am I missing something obvious here?
CountZero
"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: OT: Images into MySQL database
by Ryszard (Priest) on Jan 25, 2003 at 05:59 UTC | |
by CountZero (Bishop) on Jan 25, 2003 at 08:37 UTC |
In Section
Seekers of Perl Wisdom