Files
doc-exports/docs/drs/umn/drs_16_1157.html
Wang , Deng Ke 5523220f09 DRS UMN 20221102 version
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Wang , Deng Ke <wangdengke2@huawei.com>
Co-committed-by: Wang , Deng Ke <wangdengke2@huawei.com>
2022-12-08 10:16:13 +00:00

1.5 KiB

Why Is the Delay High In MongoDB Replication Scenarios?

Involved Scenarios

  • Migration from MongoDB to DDS
  • Migration from DDS to MongoDB

Possible Causes

To ensure the performance of migration, synchronization, or disaster recovery, DRS performs concurrent replay at the collection level in the incremental phase. In the following special cases, DRS supports only single-thread write and does not support concurrent replay:

  • The collection index contains a unique key.
  • The value of capped of the collection attribute is true.

If the delay increases, check whether the problem is caused by the preceding reasons.