Subject Re: [firebird-support] Does gstat "max version">1000 indicates about problems?
Author Dimitry Sibiryakov
09.02.2018 13:54, jonatan.lauritsen@... [firebird-support] wrote:
> Are such values for max version dangerous? What can I do and what should I do not to avoid
> such large max version values?

They are not dangerous, but very unpleasant because make your database slow. You must
carefully design your database and application to a) avoid multiple updates of the same
record again and again and b) don't run long lasting transactions that prevent garbage
collector from working.


--
WBR, SD.