May 22, 2012

Post: Why MySQL could be slow with large tables ?

storage engines have very important differences which can affect performance dramatically. The three main issuesare scanned. There arewhen this problem is the most dramatic. Some joins are also better than others. For example if you have star join with dimention tables

Comment: Database problems in MySQL/PHP Applications

storage engine like Archive… > 3. Using multiple databases Honestly I do not see application using > one database per tableThere are many successful applications, using tens of thousands > of tables per host and archiving great performance by doing so. > Using multiple tables