Save documents as BLOB in SQL or on file system
问题 For a (.net) web application I need to allow users to store many documents (pdf, .docx etc.). My first thoughts were to save all the documents as a BLOB in a SQL (Express) database. But how will my database grow? Is it better to save all the documents into the file system? Personally I still think that I'm better of saving the documents into the database, because of performance. But I'm not sure and curious what you folks think. Edit - My conclusion: If the file size is less then 1Mb and/or