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.
Memory partition mode for an event session that specifies the location where event buffers are created.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Enumeration SqlEventSessionMemoryPartitionMode
public enum SqlEventSessionMemoryPartitionMode
public enum class SqlEventSessionMemoryPartitionMode
type SqlEventSessionMemoryPartitionMode
public enum SqlEventSessionMemoryPartitionMode
Members
Member name | Description | |
---|---|---|
None | A single set of buffers are created in the instance of SQL Server. | |
PerNode | A set of buffers are created for each Non-Uniform Memory Access (NUMA) node. | |
PerCpu | A set of buffers are created for each CPU. |