We are using MySQL5 to store serialized and compressed(gzip) page state data for the PRADO framework. After some magic with tables and application configuration, everything is working smooth and fast(knocking on the wood :)
Before, we were saving uncompressed serialized objects, size of which were reaching 100kb. We've faced no major problems with that, except for(of course) performance issue... Cliff Hirsch wrote: > > Is serializing/unserializing object/arrays for storage/retrieval in a > MySQL db truly reliable? It would be awfully handy, but the PHP manual > notes list various issues that make me wary. > > > > Cliff > > _______________________________ > *Pinestream Communications, Inc.* > Publisher of /Semiconductor Times/ & /Telecom Trends/ > 52 Pine Street, Weston, MA 02493 USA > Tel: 781.647.8800, Fax: 781.647.8825 > http://www.pinestream.com <http://www.pinestream.com/> > > > > ------------------------------------------------------------------------ > > _______________________________________________ > New York PHP Community Talk Mailing List > http://lists.nyphp.org/mailman/listinfo/talk > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > _______________________________________________ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php
