Allow batch to be processed immediately in the server's receiving thread for in-memory
namespaces. If false, the batch will always be processed in separate service threads.
For batch transactions with smaller sized records (<= 1K per record), inline processing will be significantly faster on in-memory namespaces.
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: 5.1.0.0 (5.1.0)
Syntax
C#
public bool allowInline
Field Value
Type: BooleanSee Also