rpc_support_key_partition_shard_request

2024-11-15 04:53:21  Updated

rpc_support_key_partition_shard_request specifies whether to send an RPC request that involves cross-partition queries to all partitions when the target table is a KEY-partitioned table.

Note

This parameter is introduced since ODP V4.3.0.

Attribute Description
Parameter type Boolean
Default value False
Value range
  • True: specifies to send an RPC request that involves cross-partition queries to all partitions when the target table is a KEY-partitioned table.
  • False: specifies not to send an RPC request that involves cross-partition queries to all partitions when the target table is a KEY-partitioned table.
Effective only after ODP restart No

Contact Us