In the php.net site, they say that those who use mysql4.1 next to php5 or higher is required to use extremely "MYSQLI_" instead of "MYSQL_."
He wanted to know just one thing, it influences the performance of the site, several problems with site is down due to the database (this on any server).
Already using various solutions. For example, CACHE HTML pages.
But my doubt is really about on MYSQLI_ *, when we use it, she connects to the server and the specified DataBase. According to the php.net site is mysql mysqli improved and optimized mysql4.1 +.
I wonder if the traffic with a large MySQLi give better performance to the site.
PS.: I know the difference "mysqli" and "mysql", taking into consideration the PHP programming and structuring of MYSQL4.1+ (which has new types of columns). What I want to know is on multiple connections.
This question is about performance, thanks