Share via


ConfigTuningRequestParameter interface

Config tuning request parameters.

Properties

allowServerRestarts

Indicates whether PG should be restarted during a tuning session.

configTuningUsageMode

The mode with which the feature will be enabled.

serverName

The name of server.

targetImprovementMetric

The target metric the tuning session is trying to improve.

Property Details

allowServerRestarts

Indicates whether PG should be restarted during a tuning session.

allowServerRestarts?: boolean

Property Value

boolean

configTuningUsageMode

The mode with which the feature will be enabled.

configTuningUsageMode?: boolean

Property Value

boolean

serverName

The name of server.

serverName?: string

Property Value

string

targetImprovementMetric

The target metric the tuning session is trying to improve.

targetImprovementMetric?: string

Property Value

string