Dear All, I am developing an automative tool.for this I need file attachement functionality.Back end using Mysql 5.2,Appache tomcate server.Can any body suggest me uploading file to DB is better OR uploading it to server is better. Thanks in advance.
|
Read this post for which is best .Meanwhile may i know what kind of file(image,movie,text doc) , what is it's file size? File paths in the DB is definitely the way to go Storing Images in DB - Yea or Nay? HighLights:
File store. Facebook engineers had a great talk about it. One take away was to know the practical limit of files in a directory. Needle in a Haystack: Efficient Storage of Billions of Photos |
||||
|
|
DBMS has following advantages
My vote goes to DBMS |
|||
|
|
Uploading the file to the server and having an entry for its path in the DB is a better approach. |
|||||
|
|
file attachment functionality– Mohamed Saligh Apr 7 '11 at 6:57