|
From: Yonik S. <yo...@ap...> - 2008-02-29 11:24:22
|
On Thu, Feb 28, 2008 at 5:37 PM, Doug Cutting <cu...@ap...> wrote:
> Perhaps we'd want two formats for updates sent between nodes: outline
> and full, where outline just contains a sequence of <{ADD|DEL}, id,
> revision>. Then the retrieving node can process these and determine
> which revisions of which ids it needs, then retrieve those as a second step.
Yes, I think outline mode is definitely needed.
One way to do full mode would be to perhaps reuse the normal update
interface (rather than request certain docs, request that update be
invoked with certain docs... triggering logging, but not replication).
More of an implementation detail I guess.
-Yonik
|