Subject Re: Firebird improvement suggestion
Author t_j_haynes
--- In Firebird-Architect@yahoogroups.com, "Dimitry Sibiryakov"
<SD@t...> wrote:
> On 22 Jun 2005 at 9:15, t_j_haynes wrote:
>
> >On the ideas of taking regular hourly backups, I was thinking more
in
> >terms of a standby database which would perhaps be a minute or two
> >behind, not an hour! Taking an incremental backup every minute
would
> >have to be a big drain on performance and rather unmanageable.
>
> If I were you, I would think about multi-tier application with
> automated crash recovery or replication...
> --
> SY, Dimitry Sibiryakov.


True, there are bolt-on replication solutions out there, mostly built
around triggers or table comparison. These generally cost money and
have lots of complex set-up options, which would be fine if I wanted
to replicate a subset of data or feed multiple databases into one.

Hoever, I just want to duplicate the entire database to another
machine and keep it up to date for reasons of resilience. Surely a
mechanism which works at the database file block update level
(working within the database core engine) has to be a LOT faster and
simpler than any bolt-on!

Cheers,

Tim