Managed Service for Greenplum® API, gRPC: ClusterService.Update
- gRPC request
- UpdateClusterRequest
- GreenplumConfig
- Access
- MasterSubclusterConfigSpec
- Resources
- SegmentSubclusterConfigSpec
- MaintenanceWindow
- AnytimeMaintenanceWindow
- WeeklyMaintenanceWindow
- ConfigSpec
- GreenplumConfig6
- DBMSConfig
- ConnectionPoolerConfig
- BackgroundActivitiesConfig
- TableSizes
- BackgroundActivityStartAt
- AnalyzeAndVacuum
- QueryKillerScripts
- QueryKiller
- PXFConfig
- CloudStorage
- LoggingConfig
- operation.Operation
Updates the specified Greenplum® cluster.
gRPC request
rpc Update (UpdateClusterRequest) returns (operation.Operation)
UpdateClusterRequest
{
"cluster_id": "string",
"update_mask": "google.protobuf.FieldMask",
"description": "string",
"labels": "map<string, string>",
"name": "string",
"config": {
"version": "string",
"backup_window_start": "google.type.TimeOfDay",
"backup_retain_period_days": "google.protobuf.Int64Value",
"access": {
"data_lens": "bool",
"web_sql": "bool",
"data_transfer": "bool",
"yandex_query": "bool"
},
"zone_id": "string",
"subnet_id": "string",
"assign_public_ip": "bool",
"full_version": "string"
},
"master_config": {
"resources": {
"resource_preset_id": "string",
"disk_size": "int64",
"disk_type_id": "string"
}
},
"segment_config": {
"resources": {
"resource_preset_id": "string",
"disk_size": "int64",
"disk_type_id": "string"
}
},
"user_password": "string",
"network_id": "string",
"maintenance_window": {
// Includes only one of the fields `anytime`, `weekly_maintenance_window`
"anytime": "AnytimeMaintenanceWindow",
"weekly_maintenance_window": {
"day": "WeekDay",
"hour": "int64"
}
// end of the list of possible fields
},
"security_group_ids": [
"string"
],
"deletion_protection": "bool",
"config_spec": {
// Includes only one of the fields `greenplum_config_6`
"greenplum_config_6": {
"max_connections": "google.protobuf.Int64Value",
"max_slot_wal_keep_size": "google.protobuf.Int64Value",
"gp_workfile_limit_per_segment": "google.protobuf.Int64Value",
"gp_workfile_limit_per_query": "google.protobuf.Int64Value",
"gp_workfile_limit_files_per_query": "google.protobuf.Int64Value",
"max_prepared_transactions": "google.protobuf.Int64Value",
"gp_workfile_compression": "google.protobuf.BoolValue",
"max_statement_mem": "google.protobuf.Int64Value",
"log_statement": "LogStatement",
"gp_add_column_inherits_table_setting": "google.protobuf.BoolValue",
"log_connections": "google.protobuf.BoolValue",
"log_disconnections": "google.protobuf.BoolValue",
"log_hostname": "google.protobuf.BoolValue",
"log_error_verbosity": "LogErrorVerbosity",
"log_min_duration_statement": "google.protobuf.Int64Value",
"log_min_messages": "LogLevelMessage",
"log_statement_stats": "google.protobuf.BoolValue",
"master_shared_buffers": "google.protobuf.Int64Value",
"segment_shared_buffers": "google.protobuf.Int64Value",
"max_locks_per_transaction": "google.protobuf.Int64Value",
"gp_enable_global_deadlock_detector": "google.protobuf.BoolValue",
"gp_global_deadlock_detector_period": "google.protobuf.Int64Value",
"gp_max_slices": "google.protobuf.Int64Value",
"gp_cached_segworkers_threshold": "google.protobuf.Int64Value",
"lock_timeout": "google.protobuf.Int64Value",
"idle_in_transaction_session_timeout": "google.protobuf.Int64Value",
"runaway_detector_activation_percent": "google.protobuf.Int64Value",
"gp_vmem_protect_segworker_cache_limit": "google.protobuf.Int64Value",
"gp_enable_zstd_memory_accounting": "google.protobuf.BoolValue",
"gp_max_plan_size": "google.protobuf.Int64Value",
"gp_autostats_mode": "GPAutostatsMode",
"gp_autostats_on_change_threshold": "google.protobuf.Int64Value",
"gp_resource_group_memory_limit": "google.protobuf.DoubleValue"
},
// end of the list of possible fields
"dbms_config": {
"max_connections": "google.protobuf.Int64Value",
"max_slot_wal_keep_size": "google.protobuf.Int64Value",
"gp_workfile_limit_per_segment": "google.protobuf.Int64Value",
"gp_workfile_limit_per_query": "google.protobuf.Int64Value",
"gp_workfile_limit_files_per_query": "google.protobuf.Int64Value",
"max_prepared_transactions": "google.protobuf.Int64Value",
"gp_workfile_compression": "google.protobuf.BoolValue",
"max_statement_mem": "google.protobuf.Int64Value",
"log_statement": "LogStatement",
"log_connections": "google.protobuf.BoolValue",
"log_disconnections": "google.protobuf.BoolValue",
"log_hostname": "google.protobuf.BoolValue",
"log_error_verbosity": "LogErrorVerbosity",
"log_min_duration_statement": "google.protobuf.Int64Value",
"log_min_messages": "LogLevelMessage",
"log_statement_stats": "google.protobuf.BoolValue",
"master_shared_buffers": "google.protobuf.Int64Value",
"segment_shared_buffers": "google.protobuf.Int64Value",
"max_locks_per_transaction": "google.protobuf.Int64Value",
"gp_enable_global_deadlock_detector": "google.protobuf.BoolValue",
"gp_global_deadlock_detector_period": "google.protobuf.Int64Value",
"gp_max_slices": "google.protobuf.Int64Value",
"gp_cached_segworkers_threshold": "google.protobuf.Int64Value",
"lock_timeout": "google.protobuf.Int64Value",
"idle_in_transaction_session_timeout": "google.protobuf.Int64Value",
"runaway_detector_activation_percent": "google.protobuf.Int64Value",
"gp_vmem_protect_segworker_cache_limit": "google.protobuf.Int64Value",
"gp_enable_zstd_memory_accounting": "google.protobuf.BoolValue",
"gp_max_plan_size": "google.protobuf.Int64Value",
"gp_autostats_mode": "GPAutostatsMode",
"gp_autostats_on_change_threshold": "google.protobuf.Int64Value",
"gp_resource_group_memory_limit": "google.protobuf.DoubleValue",
"gp_add_column_inherits_table_setting": "google.protobuf.BoolValue"
},
"pool": {
"mode": "PoolMode",
"size": "google.protobuf.Int64Value",
"client_idle_timeout": "google.protobuf.Int64Value",
"idle_in_transaction_timeout": "google.protobuf.Int64Value"
},
"background_activities": {
"table_sizes": {
"starts": [
{
"hours": "int64",
"minutes": "int64"
}
]
},
"analyze_and_vacuum": {
"start": {
"hours": "int64",
"minutes": "int64"
},
"analyze_timeout": "google.protobuf.Int64Value",
"vacuum_timeout": "google.protobuf.Int64Value"
},
"query_killer_scripts": {
"idle": {
"enable": "google.protobuf.BoolValue",
"max_age": "google.protobuf.Int64Value",
"ignore_users": [
"string"
]
},
"idle_in_transaction": {
"enable": "google.protobuf.BoolValue",
"max_age": "google.protobuf.Int64Value",
"ignore_users": [
"string"
]
},
"long_running": {
"enable": "google.protobuf.BoolValue",
"max_age": "google.protobuf.Int64Value",
"ignore_users": [
"string"
]
}
}
},
"pxf_config": {
"connection_timeout": "google.protobuf.Int64Value",
"upload_timeout": "google.protobuf.Int64Value",
"max_threads": "google.protobuf.Int64Value",
"pool_allow_core_thread_timeout": "google.protobuf.BoolValue",
"pool_core_size": "google.protobuf.Int64Value",
"pool_queue_capacity": "google.protobuf.Int64Value",
"pool_max_size": "google.protobuf.Int64Value",
"xmx": "google.protobuf.Int64Value",
"xms": "google.protobuf.Int64Value"
}
},
"cloud_storage": {
"enable": "bool"
},
"service_account_id": "string",
"logging": {
"enabled": "bool",
// Includes only one of the fields `folder_id`, `log_group_id`
"folder_id": "string",
"log_group_id": "string",
// end of the list of possible fields
"command_center_enabled": "bool",
"greenplum_enabled": "bool",
"pooler_enabled": "bool"
}
}
|
Field |
Description |
|
cluster_id |
string Required field. ID of the Greenplum® cluster resource to update. The maximum string length in characters is 50. |
|
update_mask |
Field mask that specifies which fields of the Greenplum® cluster resource should be updated. |
|
description |
string New description of the Greenplum® cluster. The maximum string length in characters is 256. |
|
labels |
object (map<string, string>) Custom labels for the Greenplum® cluster as The maximum string length in characters for each value is 63. The maximum string length in characters for each key is 63. Each key must match the regular expression |
|
name |
string New name for the cluster. The maximum string length in characters is 63. Value must match the regular expression |
|
config |
The Greenplum® cluster configuration. |
|
master_config |
Configuration of the Greenplum® master subcluster. |
|
segment_config |
Configuration of the Greenplum® segment subcluster. |
|
user_password |
string Owner user password. The string length in characters must be 0-128. |
|
network_id |
string ID of the network to move the cluster to. The maximum string length in characters is 50. |
|
maintenance_window |
The Greenplum® cluster maintenance window. Should be defined by either one of the two options. |
|
security_group_ids[] |
string User security groups. |
|
deletion_protection |
bool Determines whether the cluster is protected from being deleted. |
|
config_spec |
Settings of the Greenplum® cluster. |
|
cloud_storage |
Cloud storage settings |
|
service_account_id |
string ID of the service account used for access YC resources. |
|
logging |
Cloud logging configuration |
GreenplumConfig
|
Field |
Description |
|
version |
string Version of the Greenplum® server software. |
|
backup_window_start |
Time to start the daily backup, in the UTC timezone. |
|
backup_retain_period_days |
Retention policy of automated backups. Acceptable values are 1 to 60, inclusive. |
|
access |
Access policy for external services. |
|
zone_id |
string ID of the availability zone the cluster belongs to. The maximum string length in characters is 50. |
|
subnet_id |
string ID of the subnet the cluster belongs to. The maximum string length in characters is 50. |
|
assign_public_ip |
bool Determines whether the cluster has a public IP address.
|
|
full_version |
string Full version |
Access
|
Field |
Description |
|
data_lens |
bool Allows data export from the cluster to DataLens. |
|
web_sql |
bool Allows SQL queries to the cluster databases from the management console. |
|
data_transfer |
bool Allows access for DataTransfer. |
|
yandex_query |
bool Allow access for YandexQuery. |
MasterSubclusterConfigSpec
Configuration of master subcluster
|
Field |
Description |
|
resources |
Resources allocated to Greenplum® master subcluster hosts. |
Resources
|
Field |
Description |
|
resource_preset_id |
string ID of the preset for computational resources allocated to a host. |
|
disk_size |
int64 Volume of the storage used by the host, in bytes. |
|
disk_type_id |
string Type of the storage used by the host: |
SegmentSubclusterConfigSpec
Configuration of segmet subcluster
|
Field |
Description |
|
resources |
Resources allocated to Greenplum® segment subcluster hosts. |
MaintenanceWindow
|
Field |
Description |
|
anytime |
An any-time maintenance window. Includes only one of the fields |
|
weekly_maintenance_window |
A weekly maintenance window. Includes only one of the fields |
AnytimeMaintenanceWindow
An any-time maintenance window.
|
Field |
Description |
|
Empty |
|
WeeklyMaintenanceWindow
A weekly maintenance window.
|
Field |
Description |
|
day |
enum WeekDay Day of the week.
|
|
hour |
int64 Hour of the day in the UTC timezone. Acceptable values are 1 to 24, inclusive. |
ConfigSpec
Configuration of greenplum and odyssey
|
Field |
Description |
|
greenplum_config_6 |
Includes only one of the fields Deprecated: use dbms_config instead |
|
dbms_config |
Configuration set for the Greenplum & Cloudberry. |
|
pool |
Odyssey® pool settings. |
|
background_activities |
Managed Greenplum® background tasks configuration. |
|
pxf_config |
PXF configuration. |
GreenplumConfig6
|
Field |
Description |
|
max_connections |
Maximum number of inbound connections on master segment Acceptable values are 50 to 1000, inclusive. |
|
max_slot_wal_keep_size |
Specify the maximum size of WAL files that replication slots are allowed to retain in the pg_wal directory at checkpoint time. Acceptable values are 0 to 214748364800, inclusive. |
|
gp_workfile_limit_per_segment |
Sets the maximum total disk size that all running queries are allowed to use for creating temporary spill files at each segment. The minimum value is 0. |
|
gp_workfile_limit_per_query |
Sets the maximum disk size an individual query is allowed to use for creating temporary spill files at each segment. Acceptable values are 0 to 1099511627776, inclusive. |
|
gp_workfile_limit_files_per_query |
Sets the maximum number of temporary spill files (also known as workfiles) allowed per query per segment. Acceptable values are 0 to 100000, inclusive. |
|
max_prepared_transactions |
Sets the maximum number of transactions that can be in the "prepared" state simultaneously Acceptable values are 50 to 10000, inclusive. |
|
gp_workfile_compression |
Specifies whether the temporary files created, when a hash aggregation or hash join operation spills to disk, are compressed. |
|
max_statement_mem |
Sets the maximum memory limit for a query. Helps avoid out-of-memory errors on a segment host during query processing as a result of setting statement_mem too high. Acceptable values are 134217728 to 1099511627776, inclusive. |
|
log_statement |
enum LogStatement Controls which SQL statements are logged. DDL logs all data definition commands like CREATE, ALTER, and DROP commands.
|
|
gp_add_column_inherits_table_setting |
https://techdocs.broadcom.com/us/en/vmware-tanzu/data-solutions/tanzu-greenplum/6/greenplum-database/ref_guide-config_params-guc-list.html#gp_add_column_inherits_table_setting |
|
log_connections |
This outputs a line to the server log detailing each successful connection. Some client programs, like psql, |
|
log_disconnections |
This outputs a line in the server log at termination of a client session, and includes the duration of the session. |
|
log_hostname |
By default, connection log messages only show the IP address of the connecting host. |
|
log_error_verbosity |
enum LogErrorVerbosity Controls the amount of detail written in the server log for each message that is logged.
|
|
log_min_duration_statement |
Logs the statement and its duration on a single log line if its duration is greater than or equal |
|
log_min_messages |
enum LogLevelMessage Controls which message levels are written to the server log.
|
|
log_statement_stats |
For each query, write total performance statistics of the query parser, planner, and executor to the server log. |
|
master_shared_buffers |
Sets the amount of memory a Greenplum Database master instance uses for shared memory buffers. The minimum value is 1048576. |
|
segment_shared_buffers |
Sets the amount of memory a Greenplum Database segment instance uses for shared memory buffers. The minimum value is 1048576. |
|
max_locks_per_transaction |
The shared lock table is created with room to describe locks on max_locks_per_transaction * (max_connections + max_prepared_transactions) objects, Acceptable values are 128 to 2048, inclusive. |
|
gp_enable_global_deadlock_detector |
Controls whether the Greenplum Database Global Deadlock Detector is enabled to manage concurrent UPDATE and DELETE operations on heap tables to improve performance. See Inserting, Updating, and Deleting Datain the Greenplum Database Administrator Guide. The default is off, the Global Deadlock Detector is deactivated. |
|
gp_global_deadlock_detector_period |
Specifies the executing interval (in seconds) of the global deadlock detector background worker process. Acceptable values are 5 to 2147483647, inclusive. |
|
gp_max_slices |
Max amount of slice-processes for one query in one segment. Acceptable values are 10 to 100, inclusive. |
|
gp_cached_segworkers_threshold |
Define amount of working processes in segment, that keeping in warm cash after end of query for usage again in next queries. Acceptable values are 1 to 10, inclusive. |
|
lock_timeout |
Max time (in ms) which query will wait lock free on object Acceptable values are 0 to 2147483647, inclusive. |
|
idle_in_transaction_session_timeout |
Max time (in ms) which session can idle in open transaction Acceptable values are 0 to 2147483647, inclusive. |
|
runaway_detector_activation_percent |
Percent of utilized Greenplum Database vmem that triggers the termination of queries. Acceptable values are 0 to 100, inclusive. |
|
gp_vmem_protect_segworker_cache_limit |
Set memory limit (in MB) for working process. If a query executor process consumes more than this configured amount, then the process will not be cached for use in subsequent queries after the process completes. Acceptable values are 0 to 4096, inclusive. |
|
gp_enable_zstd_memory_accounting |
Forces ZSTD lib use Greenplum memory allocation system. |
|
gp_max_plan_size |
Specifies the total maximum uncompressed size of a query execution plan multiplied by the number of Motion operators (slices) in the plan. Acceptable values are 0 to 2147483647, inclusive. |
|
gp_autostats_mode |
enum GPAutostatsMode Specifies the mode for triggering automatic statistics collection after DML.
|
|
gp_autostats_on_change_threshold |
Specifies the threshold for automatic statistics collection when gp_autostats_mode is set to on_change. Acceptable values are 0 to 2147483647, inclusive. |
|
gp_resource_group_memory_limit |
Identifies the maximum percentage of system memory resources to allocate to resource groups on each Greenplum Database segment node. |
DBMSConfig
|
Field |
Description |
|
max_connections |
The maximum number of concurrent connections to the database server. Acceptable values are 50 to 1000, inclusive. |
|
max_slot_wal_keep_size |
Sets the maximum size in megabytes of Write-Ahead Logging (WAL) files on disk per segment instance that can be reserved Acceptable values are 0 to 214748364800, inclusive. |
|
gp_workfile_limit_per_segment |
Sets the maximum total disk size that all running queries are allowed to use for creating temporary spill files at each segment. The minimum value is 0. |
|
gp_workfile_limit_per_query |
Sets the maximum disk size an individual query is allowed to use for creating temporary spill files at each segment. Acceptable values are 0 to 1099511627776, inclusive. |
|
gp_workfile_limit_files_per_query |
Sets the maximum number of temporary spill files (also known as workfiles) allowed per query per segment. Acceptable values are 0 to 100000, inclusive. |
|
max_prepared_transactions |
Sets the maximum number of transactions that can be in the "prepared" state simultaneously Acceptable values are 50 to 10000, inclusive. |
|
gp_workfile_compression |
Specifies whether the temporary files created, when a hash aggregation or hash join operation spills to disk, are compressed. |
|
max_statement_mem |
Sets the maximum memory limit for a query. Helps avoid out-of-memory errors on a segment host during query processing as a result of setting statement_mem too high. Acceptable values are 134217728 to 1099511627776, inclusive. |
|
log_statement |
enum LogStatement Controls which SQL statements are logged. DDL logs all data definition commands like CREATE, ALTER, and DROP commands.
|
|
log_connections |
This outputs a line to the server log detailing each successful connection. Some client programs, like psql, |
|
log_disconnections |
This outputs a line in the server log at termination of a client session, and includes the duration of the session. |
|
log_hostname |
By default, connection log messages only show the IP address of the connecting host. |
|
log_error_verbosity |
enum LogErrorVerbosity Controls the amount of detail written in the server log for each message that is logged.
|
|
log_min_duration_statement |
Logs the statement and its duration on a single log line if its duration is greater than or equal |
|
log_min_messages |
enum LogLevelMessage Controls which message levels are written to the server log.
|
|
log_statement_stats |
For each query, write total performance statistics of the query parser, planner, and executor to the server log. |
|
master_shared_buffers |
Sets the amount of memory a Cloudberry Database coordinator instance uses for shared memory buffers. The minimum value is 1048576. |
|
segment_shared_buffers |
Sets the amount of memory a Cloudberry Database segment instance uses for shared memory buffers. The minimum value is 1048576. |
|
max_locks_per_transaction |
The shared lock table is created with room to describe locks on max_locks_per_transaction * (max_connections + max_prepared_transactions) objects, Acceptable values are 128 to 2048, inclusive. |
|
gp_enable_global_deadlock_detector |
Controls whether the Cloudberry Database Global Deadlock Detector is enabled to manage concurrent UPDATE and DELETE operations on heap tables to improve performance. See Inserting, Updating, and Deleting Datain the Cloudberry Database Administrator Guide. The default is off, the Global Deadlock Detector is deactivated. |
|
gp_global_deadlock_detector_period |
Specifies the executing interval (in seconds) of the global deadlock detector background worker process. Acceptable values are 5 to 2147483647, inclusive. |
|
gp_max_slices |
Max amount of slice-processes for one query in one segment. Acceptable values are 10 to 100, inclusive. |
|
gp_cached_segworkers_threshold |
Define amount of working processes in segment, that keeping in warm cash after end of query for usage again in next queries. Acceptable values are 1 to 10, inclusive. |
|
lock_timeout |
Max time (in ms) which query will wait lock free on object Acceptable values are 0 to 2147483647, inclusive. |
|
idle_in_transaction_session_timeout |
Max time (in ms) which session can idle in open transaction Acceptable values are 0 to 2147483647, inclusive. |
|
runaway_detector_activation_percent |
Percent of utilized Cloudberry Database vmem that triggers the termination of queries. Acceptable values are 0 to 100, inclusive. |
|
gp_vmem_protect_segworker_cache_limit |
Set memory limit (in MB) for working process. If a query executor process consumes more than this configured amount, then the process will not be cached for use in subsequent queries after the process completes. Acceptable values are 0 to 4096, inclusive. |
|
gp_enable_zstd_memory_accounting |
Forces ZSTD lib use Greenplum memory allocation system. |
|
gp_max_plan_size |
Specifies the total maximum uncompressed size of a query execution plan multiplied by the number of Motion operators (slices) in the plan. Acceptable values are 0 to 2147483647, inclusive. |
|
gp_autostats_mode |
enum GPAutostatsMode Specifies the mode for triggering automatic statistics collection after DML.
|
|
gp_autostats_on_change_threshold |
Specifies the threshold for automatic statistics collection when gp_autostats_mode is set to on_change. Acceptable values are 0 to 2147483647, inclusive. |
|
gp_resource_group_memory_limit |
Identifies the maximum percentage of system memory resources to allocate to resource groups on each Greenplum Database segment node. |
|
gp_add_column_inherits_table_setting |
https://techdocs.broadcom.com/us/en/vmware-tanzu/data-solutions/tanzu-greenplum/6/greenplum-database/ref_guide-config_params-guc-list.html#gp_add_column_inherits_table_setting |
ConnectionPoolerConfig
|
Field |
Description |
|
mode |
enum PoolMode Odyssey® route server pool mode
|
|
size |
Odyssey® server pool size |
|
client_idle_timeout |
Odyssey® client pool idle timeout |
|
idle_in_transaction_timeout |
Odyssey® client pool idle in transaction timeout |
BackgroundActivitiesConfig
Configuration for long running queries killer.
|
Field |
Description |
|
table_sizes |
Enables scripts that collects tables sizes to |
|
analyze_and_vacuum |
Configuration for |
|
query_killer_scripts |
Configuration for long running queries killer. |
TableSizes
Enables scripts that collects tables sizes to *_sizes tables in mdb_toolkit schema.
|
Field |
Description |
|
starts[] |
Time when start "table_sizes" script The maximum number of elements is 4. |
BackgroundActivityStartAt
Start time for background activity
|
Field |
Description |
|
hours |
int64 hours Acceptable values are 0 to 23, inclusive. |
|
minutes |
int64 minutes Acceptable values are 0 to 59, inclusive. |
AnalyzeAndVacuum
Configuration for ANALYZE and VACUUM operations.
|
Field |
Description |
|
start |
Time when analyze will start |
|
analyze_timeout |
Maximum duration of the Acceptable values are 7200 to 86399, inclusive. |
|
vacuum_timeout |
Maximum duration of the Acceptable values are 7200 to 86399, inclusive. |
QueryKillerScripts
|
Field |
Description |
|
idle |
Configuration of script that kills long running queries that are in |
|
idle_in_transaction |
Configuration of script that kills long running queries that are in |
|
long_running |
Configuration of script that kills long running queries (in any state). |
QueryKiller
|
Field |
Description |
|
enable |
Use query killer or not |
|
max_age |
Maximum duration for this type of queries (in seconds). Acceptable values are 1 to 86400, inclusive. |
|
ignore_users[] |
string Ignore these users when considering queries to terminate |
PXFConfig
|
Field |
Description |
|
connection_timeout |
Timeout for connection to the Apache Tomcat® server when making read requests. Acceptable values are 5 to 600, inclusive. |
|
upload_timeout |
Timeout for connection to the Apache Tomcat® server when making write requests. Acceptable values are 5 to 600, inclusive. |
|
max_threads |
Maximum number of the Apache Tomcat® threads. Acceptable values are 1 to 1024, inclusive. |
|
pool_allow_core_thread_timeout |
Determines whether the timeout for core streaming threads is permitted. |
|
pool_core_size |
Number of core streaming threads per pool. Acceptable values are 1 to 1024, inclusive. |
|
pool_queue_capacity |
Maximum number of requests you can add to a pool queue for core streaming threads. The minimum value is 0. |
|
pool_max_size |
Maximum allowed number of core streaming threads. Acceptable values are 1 to 1024, inclusive. |
|
xmx |
Initial size, in megabytes, of the JVM heap for the PXF daemon. The minimum value is 64. |
|
xms |
Maximum size, in megabytes, of the JVM heap for the PXF daemon. The minimum value is 64. |
CloudStorage
Cloud Storage Settings
|
Field |
Description |
|
enable |
bool enable Cloud Storage for cluster |
LoggingConfig
|
Field |
Description |
|
enabled |
bool Determines whether the Cloud Logging enabled. |
|
folder_id |
string ID of the folder that the Cloud Logging belongs to. Value must match the regular expression Includes only one of the fields |
|
log_group_id |
string ID of the log group used for the Cloud Logging. Value must match the regular expression Includes only one of the fields |
|
command_center_enabled |
bool Determines whether Yandex Command Center logs should be sent to Cloud Logging. |
|
greenplum_enabled |
bool Determines whether Greenplum® logs should be sent to Cloud Logging. |
|
pooler_enabled |
bool Determines whether Pooler logs should be sent to Cloud Logging. |
operation.Operation
{
"id": "string",
"description": "string",
"created_at": "google.protobuf.Timestamp",
"created_by": "string",
"modified_at": "google.protobuf.Timestamp",
"done": "bool",
"metadata": "google.protobuf.Any",
// Includes only one of the fields `error`, `response`
"error": "google.rpc.Status",
"response": "google.protobuf.Any"
// end of the list of possible fields
}
An Operation resource. For more information, see Operation.
|
Field |
Description |
|
id |
string ID of the operation. |
|
description |
string Description of the operation. 0-256 characters long. |
|
created_at |
Creation timestamp. |
|
created_by |
string ID of the user or service account who initiated the operation. |
|
modified_at |
The time when the Operation resource was last modified. |
|
done |
bool If the value is |
|
metadata |
Service-specific metadata associated with the operation. |
|
error |
The error result of the operation in case of failure or cancellation. Includes only one of the fields The operation result. |
|
response |
The normal response of the operation in case of success. Includes only one of the fields The operation result. |