News Feed
Jobs Feed
Sections




News Archive
SitePoint PHP Blog:
MySQL Transactions & Why They Can't Be Emulated in PHP
December 15, 2010 @ 12:47:44

On the SitePoint blog there's a new article from Craig Buckler stating that MySQL transactions can't be emulated in PHP and shouldn't be discounted despite many developers seeing them as not much more than a performance hit.

My recent article, "Top 10 MySQL Mistakes Made by PHP Developers" was far more controversial than I expected. Several of the more intriguing responses were from PHP coders who considered transactions to be an unnecessary overhead. With good-quality PHP code, they argued, you don't need transactions or MySQL's InnoDB storage engine. It's certainly true you don't always need transactions.

He gives an example of a situation where database-based transactions would be very useful (inserting customer information) and points out that, despite the best intentions of developers, reducing as many layers and connections between SQL and code is a good thing. Transactions help you conform to the ACID ideas and keep data integrity by only having things in the database that were successful. He includes a small bit on using transactions as well.

0 comments voice your opinion now!
mysql transaction emulate opinion acid integrity mysql


blog comments powered by Disqus

Similar Posts

Padraic Brady's Blog: Namespaces (or Yet Another Pointless Opinion Piece)

Ken Guest's Blog: Review "Mastering phpMyAdmin 2.11 for Effective MySQL Management" by Marc Delisle

Chris Hartjes' Blog: Thoughts on Testing APIs

Stefan Priebsch's Blog: Mastering phpMyAdmin Book Review

Bence Eros' Blog: Using Inheritance


Community Events









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


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

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