Subject | RE: [firebird-support] Rdb$db_key inside triggers |
---|---|
Author | Alan McDonald |
Post date | 2005-05-24T00:37:54Z |
> > you don't have to know pascal. you need to look at the waythere's no difference.
> > the replicator installs it's triggers and the tables it
> > installs to manage the process. It uses PKs. It does not have
> > to store the OLD and NEW values as you seem to be doing. It
> > merely records the tablename and PK value of the record which
> > has been inserted/updated/deleted. The replicator does the rest.
> > Alan
> >
>
> Do you get much of a performance hit going back to the record to look for
> changes, rather than having the changes in the log file ready?
>you can just query the relevant fields for replication - you don't need to
> My usage stats indicate only 1 or 2 fields are ever changed in a record -
> meaning that storing the changes themselves probably wouldn't take up too
> much space.
>
> Just thrashing out alternatives...
>
> N
>
query all the fields in the table. You design which fields need to be
replicated.
Alan