Subject Re: no new records inserted - database growing dramatically (Python and SQLObjec
Author Petr Jakes
> Note that you have more than 11 millions transactions. Even if you
> didn't changed nothing, they require TIP pages to be maintained.
>
Does it mean "uncommitted" transactions?
BTW i am using Python SQLObject strictly (only) to communicate with
the database. If we are talking about uncommitted transtactions, it
must be caused inside the SQLObject somehow..... :-(

Petr