Subject | RE: [Firebird-Architect] Re: Some enhancements to NBackup to allow backups more often |
---|---|
Author | Leyne, Sean |
Post date | 2006-09-15T20:28:02Z |
> It will reduce the system load on loading/unloadig a programIt would be my opinion that this overhead is minimal.
> (NBackup), creating/destroing a process (CPU, memory (de)allocating)
> aso. and also the FB server load (it cuts down the time and the
> resources (de)allocated on logging on/off).
> Also, most probably, both NBackup and FB hasAll of the NBackup data is stored in the local database in a new RDB$
> internal data structures which must be allocated in order to do the
> backup which, in case of a permanent watch are only to be maintained.
table, but this data is read at the start of the backup and then updated
at the end of the backup. When NBackup is running or not running, no
structures are specifically maintained by the engine.
Finally, what you propose would seem to be a function which maintains a
database mirror. If that is the case, then there are better ways to
approach this.
Sean