re: Storing of media files/data in MySQL

2003-03-24 Thread Victoria Reznichenko
On Monday 24 March 2003 13:24, Michael Edlund wrote: > Are there any special performance considerations I should have in mind > when making the decision of whether to store a large number of browser > uploaded media files (images, audio and video) in BLOB-fields in MySQL > or whether I should choo

Re: Storing of media files/data in MySQL

2003-03-24 Thread lasse
Yes. Check the archive =) regards lasse On Mon, 24 Mar 2003, Michael Edlund wrote: > Are there any special performance considerations I should have in mind > when making the decision of whether to store a large number of browser > uploaded media files (images, audio and video) in BLOB-fields in

Storing of media files/data in MySQL

2003-03-24 Thread Michael Edlund
Are there any special performance considerations I should have in mind when making the decision of whether to store a large number of browser uploaded media files (images, audio and video) in BLOB-fields in MySQL or whether I should choose to store them in the file directory of the web server w