Subject Re: [firebird-support] Re: optimal free disk space
Author Carlos H. Cantu
Re: [firebird-support] Re: optimal free disk space ReadOnly transactions are not a problem only if they use ReadCommited isolation, because those are started as pre-commited (although seems that this will not be the case anymore starting with FB 4).

Carlos
Migration Guide to FB 3 eBook -
http://www.firebirdnews.org/migration-guide-to-firebird-3/ 






Thanks! Now I see why Dimitry said it was a problem of badly designed program. I always try to be very carefull with transactions, but clearly I'm missing something here.

The problem are the read/writte transactions, right? No problem with the read only ones?

Is it possible to know which tables where updated inside a particular transaction?

thanks a million!!