What strategies would minimize latency for a queue with small or moderate throughput when using a multiple clients?
Disable client-side batching and batched store access.
Set a high prefetch count.
Enable client-side batching.
Enable batched store access.
Use synchronous operations.
Set the prefetch count to 0.
Use asynchronous operations.
Per best practices