[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: backend requirements for syncrepl
> >For CSN, you can construct something from any timestamp.
> >
> this should not be an issue.
Currently, a new entryCSN value is obtained and sent when entry is returned
by back-sql. Although it can be constructed dynamically from any timestamp,
the entryCSN for an entry should be derived from a static timestamp in the
database. Otherwise, synchronization session will always perform a full
reload.
- Jong-Hyuk