This is a discussion on cdr flush interval within the Informix forums, part of the Database Server Software category; --> hi, onstat -g rqm sendq show a 30 sec ? flush interval. the replicates are define with immediate flag. ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| vomaringo@yahoo.com wrote: > hi, > onstat -g rqm sendq show a 30 sec ? flush interval. the replicates are > define with immediate flag. > is there a parameter to accept lower flush interval without loosing > data? > thanks. > The RQM SENDQ flush interval is how often we update the send progress table. We don't have to do this with every ACK that we receive from the target because the target is keeping track of the receive progress table as part of the replicated data apply. The purpose of the progress table on the source is to minimize the amount of data that we would send to a given target during recovery of the server - but it is the target which ensures duplicate detection. This has nothing to do with how fast we send replicated data to the targets. |