Would you store binary data in database or in file system?

Posted by paul on Stack Overflow See other posts from Stack Overflow or by paul
Published on 2009-03-19T14:47:18Z Indexed on 2010/06/10 12:32 UTC
Read the original article Hit count: 206

Filed under:
|
|

This is a question which has been asked before (large-text-and-images-in-sql) but mainly for data which will be changed. In my case the data will be stored and never changed. Just seems sensible to keep everything together.

Are there any reasons why I should not store static binary data in a database?

Assuming it is a sensible thing to do, are there any advantages to storing such data in separate tables? (You might begin to realise now that I'm not a DB expert...)

Clarify: There will probably be no more than 10-20 users but these will be in the US and in the UK. The binary data will have to be transfered in any case.

© Stack Overflow or respective owner

Related posts about database

Related posts about design