On Jan 12, 3:11 am, Ben Bangert <[email protected]> wrote:
> On Jan 11, 2009, at 9:18 PM, Mike Orr wrote:
>
> > It does?  I've made comparisions between MySQL, SQLite, and Durus, and
> > MySQL always comes out lowest memory.  It never adds more than 20 MB
> > to the application and 20 MB for the MySQL server, in the same
> > situations that SQLite or Durus adds 80 MB or even 300 MB.
>
> > Which doesn't mean I always use MySQL.  Each of them has its own
> > advantages which sometimes outweigh the memory use.
>
> I believe it only occurs if you're forcing it to charset=UTF8. I've  
> seen it a few times, and I believe its an official bug. 
> http://jjinux.blogspot.com/2008/09/python-debugging-memory-leaks.html

I hadn't heard about this and am now wondering if I should add "?
charset=utf8&use_unicode=0" to my MySQL connection strings, as advised
on http://www.sqlalchemy.org/trac/wiki/DatabaseNotes#MySQL. If so, is
there any migration or anything I'd need to take into account since I
didn't create or populate it with those flags?

Thanks,
Josh
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to