Subject | Re: [firebird-support] Does gstat "max version">1000 indicates about problems? |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2018-02-09T13:39:30Z |
09.02.2018 13:54, jonatan.lauritsen@... [firebird-support] wrote:
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.
> Are such values for max version dangerous? What can I do and what should I do not to avoidThey are not dangerous, but very unpleasant because make your database slow. You must
> such large max version values?
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.