Subject RE: [firebird-support] Re: Firebird DB Size
Author Leyne, Sean
Bisey,

> Thank you for reply. My application is really simple and based on one
> major table. It has simple functions: add, edit, and delete functions,
> also some queries about this table. So there are really not complex
> transactions.

If your transactions were simple then the database would only grow
marginally.

Please confirm that you are using the "ReadCommitted" isolation level,
this ensures that normal garbage collection is performed.


Sean