The query is expected to return more than 100 records per node. The server optimizes for a large record set in the following ways:
Treat query as a LONG query, but relax read consistency for AP namespaces. This value is treated exactly like LONG for server versions < 7.1.
The query is expected to return less than 100 records per node. The server optimizes for a small record set in the following ways:
The aerospike/policy.query_duration module contains a list of query duration enumerations.
aerospike/policy.query_duration module