LocalEseStoreSettings.PoolCachedReadCursorsPerSessionSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Numbers of read cursors that are cached per pool-item / ESE session that can be reused in future transactions. This should be configured to maximum number of concurrent enumerations that you create in one KVS transaction.
public int PoolCachedReadCursorsPerSessionSize { get; set; }
member this.PoolCachedReadCursorsPerSessionSize : int with get, set
Public Property PoolCachedReadCursorsPerSessionSize As Integer
Property Value
Returns number of cached read cursors per pool item or ESE sesion.
Remarks
This setting is per pool item. Having PoolMinSize = 100 with PoolCachedReadCursorsPerSessionSize = 5 will create 500 read cursors.
Applies to
Azure SDK for .NET