Allow batch to be processed immediately in the server's receiving thread when the server
deems it to be appropriate. If false, the batch will always be processed in separate
transaction threads. This field is only relevant for the new batch index protocol.
For batch exists or batch reads of smaller sized records (less than 1K per record), inline processing will be significantly faster on "in memory" namespaces. The server disables inline processing on disk based namespaces regardless of this policy field.
Inline processing can introduce the possibility of unfairness because the server can process the entire batch before moving onto the next command.
Default: true
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.16.1 (3.9.16.1)
Syntax
C#
public bool allowInline
Field Value
Type: BooleanSee Also