Skip Headers
Oracle® Fusion Middleware Man Page Reference for Oracle Directory Server Enterprise Edition
11g Release 1 (11.1.1.7.0)

Part Number E28967-01
Go to Documentation Home
Home
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

ds5ReplicaTransportConcurrencyLevel

Throttle replication concurrency

Description

PROPERTY VALUE

Entry DN

cn=agreement name,cn=replica,cn=suffix name,cn=mapping tree,cn=config

Valid Range

0 | 1 | 2

Default Value

2

Syntax

Integer


This attribute is part of replica configuration for nsDS5ReplicationAgreement entries.

This attribute lets you force the supplier to replay replicated updates on the consumer in the order they occurred on the supplier, or even by a single thread so that the replayed updates happen sequentially. The following values are supported:

0

Replay updates in sequential order using a single thread. This can reduce throughput.

1

Replay updates in sequential order using multiple threads. This can still reduce throughput compared to the default behavior.

2

(Default) Replay unrelated updates in parallel to increase throughput.

Avoid tweaking this attribute as in most cases all you will manage to do is reduce replication performance.

Examples

ds5ReplicaTransportConcurrencyLevel: 2

Attributes

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE ATTRIBUTE VALUE

Availability

SUNWdsee7

Stability Level

Obsolete: Scheduled for removal after this release


See Also

replication(5DSCONF)