Continuous replication

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:2分
  • Replicate inserts and updates from a producer instance to one or more consumer instances in near-real time in Instance Data Replication (IDR).

    Continuous replication in IDR enables syncing of specified tables and columns between instances. With continuous replication, inserts and updates are replicated in one direction from a producer instance to one or more consumer instances.

    After you set up continuous replication, the IDRProducerJob job runs on the producer instance to detect data updates. When there are updates to replicate, the producer instance sends the updates to each subscribed consumer instance.

    The IDRConsumerJob job runs on the consumer instances to detect the data updates from the producer. When the IDRConsumerJob job detects updates, it updates the data in consumer tables.

    図 : 1. IDR data updates flow
    Data flows from the producer to the message queue and then to a consumer.

    Inserts and updates on the producer instance are replicated in near-real time.

    For more information, see Set up continuous replication.