News Feed
Jobs Feed
Sections




News Archive
David Goodwin's Blog:
Storing PHP objects in a database (please no!)
March 13, 2009 @ 12:01:36

David Goodwin has a suggestion for those developers that think storing objects in a database is a good idea - don't do it!

Short answer: DO NOT DO IT. Longer answer:....I hate seeing serialized PHP objects within a database.

Some of his reasons include:

  • It's difficult to index/search - you'll probably need to use a regexp.
  • PHP Specific - good luck doing much with the data in a.n.other language
  • If the objects are large, you're likely to have a text or a blob field - this will suck from a performance point of view (at least in MySQL)
  • Why bother storing serialized objects in a database - surely to the filesystem would be better?

Several opinions are expressed in the comments including some that agree with David and some that still defend the idea.

0 comments voice your opinion now!
serialize database object store opinion against


blog comments powered by Disqus

Similar Posts

Cocoliso's Blog: Adding A Syntax Highlighter To Your Site: The Power Of Geshi

DZone.com: Refactoring away from spaghetti PHP

Stefan Mischook's Blog: Building Objects Video (Parts 1, 2 & 3)

Jan Kneschke's Blog: typesafe objects in PHP

Felix Geisendorfer's Blog: A PHP developers guide to JavaScript - Part 1


Community Events











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


rest series opinion symfony2 community testing conference language interview symfony framework zendframework2 introduction release functional phpunit podcast development usergroup database

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