[Solved] save user images in MYSQL database by which method? [closed]
Efficiency can mean many things. Maintainability and scalability are as important as pure performance when you design a solution. Method 2 depends on files on disk which means that in a production environment with multiple servers (which every prod env should have) you will have to keep the files in sync between all servers in … Read more