Tag: php
Php and MySQL Important Questions
Which will be faster out of these two queries - one with OR or one with IN?
Where does MyISAM cache table records?
Which will be faster out of queries with explicit INNER JOIN and implicit one?
Is InnoDB faster/better than MyISAM?
Is CHAR faster than VARCHAR?
Is VARCHAR(80) faster than VARCHAR(255)?
Are there performance [...]
Posted: March 9th, 2008 under Unix / Linux.
Tags: mysql, mysql optimization, php, php mysql, php optimization, Questions
Comments: 10