MySQLdb slow on MySQL 5

timothy.williams at nvl.army.mil timothy.williams at nvl.army.mil
Thu Feb 23 15:38:02 EST 2006


Gerhard Häring wrote:
>
> Maybe you're running in autocommit mode. I. e. an implicit COMMIT is
> done for each insert. This slows any database down.
>
> Or are you calling commit() yourself too often?
>
> -- Gerhard

I'm not calling COMMIT at all. I'm using MyISAM tables. I'll check on
autocommit. Thanks.




More information about the Python-list mailing list