コンテンツにスキップ

Function: advanceCookieFromChanges()

このコンテンツはまだ日本語訳がありません。

advanceCookieFromChanges(cookie, rows): CausalCookie

Defined in: server/src/multi-region.ts:115

Advance the current pull cookie against a change_log row set. Each change row has a row_version and an origin_region. We accumulate the max local_version per region and merge into the incoming cookie.

CausalCookie

readonly { row_version: number | bigint; origin_region: number; }[]

CausalCookie