Aracılığıyla paylaş


LocalEseStoreSettings.PoolCachedReadCursorsPerSessionSize Property

Definition

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