共用方式為


LocalEseStoreSettings.PoolMinSize Property

Definition

Sets the minimum number of pool items that will be cached and reused in future transactions. Pool will not shrink below this value.

public int PoolMinSize { get; set; }
member this.PoolMinSize : int with get, set
Public Property PoolMinSize As Integer

Property Value

Returns minimum size of pool.

Remarks

Pool caches the sessions and cursors of the ESE database.

Applies to