FirebirdSQL / firebird-documentation

Firebird documentation
https://www.firebirdsql.org/en/firebird-rdbms/
34 stars 14 forks source link

Wrong information in GFIX manual [WEB152] #150

Open firebird-automations opened 7 years ago

firebird-automations commented 7 years ago

Submitted by: @aafemt

Assigned to: @alexeykovyazin

http://www.firebirdsql.org/manual/gfix-housekeeping.html has at least two mistakes: 1) "This doesn't mean that every 20,000 transaction a sweep will take place. It will take place when the difference between the OIT and the next transaction is greater than the sweep interval." tells wrong counter. Autosweep is started basing on difference between OIT and OAT, not next ransaction. 2) "Alternatively, simply make sure that you take regular backups of the database and as this is something you should be doing anyway, it shouldn't be a problem." Backup does not work as sweep, it can do garbage collection, but does not push transaction counters.

firebird-automations commented 7 years ago

Commented by: @mrotteveel

Issues in documentation should go to the Documentation project: http://tracker.firebirdsql.org/browse/DOC

Alexey, can you move it?

mrotteveel commented 3 years ago

The first point is already addressed (though it is the difference between OST and OIT, not OAT and OIT).