News Feed
Jobs Feed
Sections




News Archive
Rubayeet Islam's Blog:
MySQL Prepared Statements and PHP A small experiment
October 30, 2008 @ 11:13:58

In a recent post to his blog Rubayeet Islam compared the more traditional way of running a query in MySQL versus a prepared statement with the MySQLi extension.

Consider a PHP-MySQL application where the information of 1000 users is being retrieved from the database by running a for loop [...] in each iteration, the first thing the MySQL engine does is to parse the query for syntax check. Then it sets up the query and runs it. Since the query remains unchanged during each iteration(except for the value of user_id), parsing the the query each time is definitely an overhead. In such cases use of prepared statements is most convenient.

He explains what prepared statements are and some of the advantages around them and includes some benchmarking examples to show the differences - about a five second jump in favor of MySQLi.

0 comments voice your opinion now!
mysqli prepared statement tutorial benchmark


blog comments powered by Disqus

Similar Posts

Builder.au: Dynamic XML document construction with the PHP DOM

PHPMaster.com: Password Hashing In PHP

Internet Super Hero Blog: MySQL native driver for PHP: mysqlnd-5.0.1-beta available

DevShed: Fundamentals of Recursion in PHP (Part 1)

PHPRiot.com: Zend Framework 101: Zend_Oauth


Community Events











Don't see your event here?
Let us know!


composer database release language api example podcast introduction testing interview opinion phpunit framework zendframework2 community series development functional code unittest

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework