QueryPolicy.shortQuery Field

Note: This API is now obsolete.
This field is deprecated and will eventually be removed. Use expectedDuration instead.

For backwards compatibility: If shortQuery is true, the query is treated as a short query and expectedDuration is ignored. If shortQuery is false, expectedDuration is used and defaults to LONG.

Is query expected to return less than 100 records per node. If true, the server will optimize the query for a small record set. This field is ignored for aggregation queries, background queries and server versions < 6.0.

Default: false

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
C#
[ObsoleteAttribute("Use 'expectedDuration' instead.")]
public bool shortQuery

Field Value

Boolean

See Also