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

php|architect: Zend launches user group affiliate program

NETTUTS.com: 10 Compelling Reasons to Use Zend Framework

Stuart Herbert's Blog: Learning PHP Data Objects, by Dennis Popel

Lorna Mitchell's Blog: Simple Database Patching Strategy

IBM developerWorks: Five common PHP database problems


Community Events











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


example interview development functional language zendframework2 composer tool opinion object introduction framework conference series code community podcast database testing release

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