ClientPolicyrackAware Field

Track server rack data. This field is useful when directing read commands to the server node that contains the key and exists on the same rack as the client. This serves to lower cloud provider costs when nodes are distributed across different racks/data centers.

rackId or rackIds, PREFER_RACK and server rack configuration must also be set to enable this functionality.

Default: false

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public bool rackAware

Field Value

Boolean

See Also