Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets a value giving the number of B+ Tree resources cached by the instance after the tables they represent have been closed by the application. Large values for this parameter will cause the database engine to use more memory but will increase the speed with which a large number of tables can be opened randomly by the application. This is useful for applications that have a schema with a very large number of tables. Supported on Windows Vista and up. Ignored on Windows XP and Windows Server 2003.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Property CachedClosedTables As Integer
Get
Set
'Usage
Dim instance As InstanceParameters
Dim value As Integer
value = instance.CachedClosedTables
instance.CachedClosedTables = value
public int CachedClosedTables { get; set; }
Property value
Type: System.Int32