ConfigTuningRequestParameter interface
Config tuning request parameters.
Properties
| allow |
Indicates whether PG should be restarted during a tuning session. |
| config |
The mode with which the feature will be enabled. |
| server |
The name of server. |
| target |
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