DatabaseInstanceSettingsAdvancedMachineFeatures

data class DatabaseInstanceSettingsAdvancedMachineFeatures(val threadsPerCore: Int? = null)

Constructors

constructor(threadsPerCore: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val threadsPerCore: Int? = null

The number of threads per core. The value of this flag can be 1 or 2. To disable SMT, set this flag to 1. Only available in Cloud SQL for SQL Server instances. See smt for more details.