From: Dimitry S. (JIRA) <tr...@fi...> - 2016-11-11 14:04:49
|
Wrong information in GFIX manual -------------------------------- Key: WEB-152 URL: http://tracker.firebirdsql.org/browse/WEB-152 Project: Web site Issue Type: Bug Reporter: Dimitry Sibiryakov Assignee: Alexey Kovyazin 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. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |