↧
Answer by Chris Travers for managing a growing database in the long run (10...
There is a saying, premature optimization is the root of all evil. My recommendation is to keep an eye on emerging problems but not worry about the long-term implications. Focus on keeping your...
View ArticleAnswer by Jonathan Nicol for managing a growing database in the long run (10...
Here's some generic suggestions...Don't store the images themselves inside the database (it's unclear if that's your plan). This will cause you huge scaling problems. Store them in a filesystem, or a...
View Articlemanaging a growing database in the long run (10 years from now)
I'm close to finishing-up a WEB app (PHP + mysql website portal), which will start slowly, as in uploading few pictures and inserting few rows in main database table, but soon, and over few years, I...
View Article