What are some good tips for a developer trying to design a scalable MySQL database?
- by CFL_Jeff
As the question states, I am a developer, not a DBA. I have experience with designing good ER schemas and am fairly knowledgeable about normalization and good schema design. I have also worked with data warehouses that use dimensional modeling with fact tables and dim tables.
However, all of the database-driven applications I've developed at…