how not to run out of memory in cursor.execute

John J. Lee jjlee at reportlab.com
Tue Jun 6 16:41:25 EDT 2006


Jack Diederich <jack at performancedrivers.com> writes:
[...]
> MySQL will keep table locks until the results are all fetched so even though
> the DB API allows fetchone() or fetchmany() using those with MySQLdb is
> dangerous.
[...]

That's not true of InnoDB tables.


John



More information about the Python-list mailing list