All Products
Search
Document Center

Object Storage Service:Use Replication Time Control (RTC)

Last Updated:Mar 25, 2026

OSS Replication Time Control (RTC) helps you meet compliance or business requirements for cross-region replication (CRR). For replication tasks that do not involve historical data, RTC takes effect within 15 minutes after it is enabled. For tasks that involve historical data, RTC takes effect about one hour after the historical data is replicated. Once active, OSS replicates 99.99% of new objects within 10 minutes. This feature also provides near real-time monitoring of data replication, which allows you to view various metrics for your replication tasks.

Billing

Limitations

  • Supported regions

    • Chinese mainland

      RTC is supported for cross-region replication only between the following regions: China (Hangzhou), China (Shanghai), China (Qingdao), China (Beijing), China (Zhangjiakou), and China (Shenzhen).

    • Regions outside the Chinese mainland

      RTC is supported for cross-region replication only between the US (Silicon Valley) and US (Virginia) regions.

  • Bandwidth limits

    • Bandwidth limit between any two regions

      The bandwidth limit between any two regions (a region pair) is 10 Gbps in the Chinese mainland and 2 Gbps outside the Chinese mainland.

    • Replication bandwidth limit for a single region

      The replication bandwidth limit for a single region is 20 Gbps in the Chinese mainland and 4 Gbps outside the Chinese mainland.

    If your business requires higher bandwidth, contact technical support to request a higher limit.

  • QPS limits

    • Replication QPS limit between two regions

      The QPS limit between any two regions is 10,000 in the Chinese mainland and 5,000 outside the Chinese mainland.

    • Replication QPS limit for a single region

      The replication QPS limit for a single region is 20,000 in the Chinese mainland and 10,000 outside the Chinese mainland.

    Important

    These QPS limits apply to non-sequential writes. The QPS limit for sequential writes is 2,000. If the request rate is too high, replication latency increases. When you upload a large number of objects, avoid using sequential prefixes for filenames. For more information, see OSS performance best practices.

Enable RTC

RTC can be enabled for replication of an entire bucket, objects with a specified prefix, or objects with specified tags.

Method 1: Enable RTC when you create a new cross-region replication task

Method 2: Enable RTC for an existing cross-region replication task

  1. Log on to the OSS console.

  2. In the left-side navigation pane, click Buckets. On the Buckets page, click the name of the desired bucket.

  3. In the left-side navigation pane, choose Data Management > CRR.

  4. On the CRR tab, enable the Replication Time Control (RTC) switch and click OK.

Monitor RTC replication metrics

After you enable RTC, you can click RTC Metric Monitoring on the right side of a cross-region replication task in the OSS console to view RTC metrics, such as RTC Replication Latency, RTC Amount of Data to Replicate, and RTC Number of Operations to Replicate.

monitor

The following table describes the RTC metrics.

Metric

Description

RTC Replication Latency

The maximum latency of replication operations for the specified task. This value is the recovery point objective (RPO) of the replication task.

For example, if the replication latency is 1 minute, OSS RTC ensures that all data written to the source bucket 1 minute ago has been replicated to the destination bucket. In a disaster recovery scenario, you can restore data to its state from one minute ago.

RTC Amount of Data to Replicate

The total amount of data pending replication to the destination bucket.

For example, 800 MB of data is written to the source bucket at 08:00. From 08:00 to 08:01, the CRR feature replicates 600 MB of data. At 08:01, the amount of data pending replication is 200 MB.

RTC Number of Operations to Replicate

The total number of operations pending replication to the destination bucket.

For example:

  • At 08:00, 111 operations occur on the source bucket.

    The operations include 100 write operations, 10 delete operations, and 1 operation to modify an object ACL.

  • From 08:00 to 08:01, the CRR feature replicates 101 operations.

    The replicated operations include 90 write operations, 10 delete operations, and 1 operation to modify an object ACL.

At 08:01, the number of operations pending replication is 10.

RTC Write Bandwidth

The write bandwidth of data designated for replication from the source bucket.

For example, data with the prefixes prefix1 and prefix2 is written to the source bucket at 08:00. The total bandwidth is 800 Mbps. Details:

  • The write bandwidth for prefix1 is 200 Mbps.

  • The write bandwidth for prefix2 is 600 Mbps.

If the replication rule is configured to replicate only data with the prefix1 prefix, the RTC Write Bandwidth is 200 Mbps.

RTC Write QPS

The QPS of write, modification, and deletion operations for data designated for replication from the source bucket.

For example, at 08:00, an object is uploaded, an object ACL is modified, and an object is deleted. The QPS for each operation is described as follows:

  • The QPS for uploading objects is 10.

  • The QPS for modifying object ACLs is 5.

  • The QPS for deleting objects is 3.

If the replication rule replicates only upload and modification operations, the RTC Write QPS is 15.

If the replication rule replicates all operations, the RTC Write QPS is 18.

Note

RTC write operations include the following:

  • Object upload, modification, and deletion operations

    The corresponding API operations are PutObject, PostObject, AppendObject, CopyObject, DeleteObject, DeleteMultipleObjects, and PutObjectACL.

  • Multipart initialization, upload, and copy operations

    The corresponding API operations are InitiateMultipartUpload, UploadPart, UploadPartCopy, and CompleteMultipartUpload.

  • Object tag creation and deletion operations

    The corresponding API operations are PutObjectTagging and DeleteObjectTagging.

  • Creation of symbolic links

    The corresponding API operation is PutSymlink.