Subject Re: [firebird-support] Re: no new records inserted - database growing dramatically (Python and SQLObjec
Author Ann W. Harrison
Petr Jakes wrote:
>>
> Do you mean if the application update data (records)? Yes, I am
> changing the values in the database.
>

OK, that's a source of growth, since Firebird will keep both the
old and new versions around. Try a gstat -a -r - it will tell
you how many old versions you have in each table, how much space
they take, and the length of the longest chain of old versions.


Good luck,

Ann