I'm a software developer and developing a web application where a huge no of images shall be saved and can retrieved while viewing the details of specific transactions .Which the best practice and the good decision to take : 1- Store images in Separate Sql server DB. 2- Store images on DB in the same SQL server Db ( could this affect the performance of other tables ?? and what we shall do when the DB size become tens of Terra byte ??)
Asked
Active
Viewed 38 times
0
-
1Possible duplicate of [Storing Images in DB - Yea or Nay?](https://stackoverflow.com/questions/3748/storing-images-in-db-yea-or-nay) – Jakob Nov 05 '17 at 16:35
-
14) Use Amazon S3? – Alex Howansky Nov 05 '17 at 17:16
-
Any help ???????? – user2111162 Nov 06 '17 at 12:44