4-1 ミラーの再構築 - Rebuild Mirror


この機能は、現在のミラーデータベースを削除し、ホストされたデータベース内のすべての同期テーブルからすべてのレコードを収集することによって再構築します。

また、キューに入れられたレプリケーションデータ(受信と送信の両方)も削除されます。

ここで最も重要なことは、この間、レコードの追加/変更/削除が起こらないようにすることです。

ただし、それでも再構築が必要な場合は、特別な公開(追加機能内)機能を使用して、ミラーを再構築した後に最新の変更を反映することができます。


This function will drop the current mirror database and then rebuild it by collecting all records from all synced tables in the hosted database.

It will also drop any queued replication data (both incoming and outgoing).

Most importantly, it will prevent any recently added/modified/deleted records from being published.

However, if a rebuild is needed, you can use Special Publishing (within Additional Functions) to force recent changes to be published after rebuilding the mirror.