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.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to