News Feed
Jobs Feed
Sections



Recent Jobs

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




Community Events





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


community phpunit series extension opinion unittest api framework conference release language test podcast security symfony2 custom interview development application introduction

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