Note
This parameter is introduced in ODP V4.3.0.
Description
enable_cross_shard_txn controls whether ODP allows shard read requests to span shards inside a transaction.
Attributes
Attribute |
Description |
|---|---|
| Parameter type | Boolean |
| Default value | True |
| Value range |
|
| Effective only after ODP restart | No |
Examples
Run the following command to disallow cross-shard shard reads in a transaction:
obclient> alter proxyconfig set enable_cross_shard_txn='False';
