检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
REGION>")) .build(); SetGaussMySqlQuotasRequest request = new SetGaussMySqlQuotasRequest(); SetQuotasRequestBody body
说明:创建时返回值为空,数据库实例创建成功后该值不为空。 ended String 结束时间,格式为"yyyy-mm-ddThh:mm:ssZ"。 其中,T指某个时间的开始;Z指时区偏移量,例如北京时间偏移显示为 +0800 说明:创建时返回值为空,数据库实例创建成功后该值不为空。
客户端超时参数设置导致连接超时退出 场景描述 使用数据库时,经常遇到连接退出,导致后续语句执行失败的情况。 原因分析 在使用连接器或API连接数据库时,客户端会有一些默认的参数配置。其中有一些比较重要的参数如socketTimeout、connectTimeout等,会影响客户端
获取方法请参见获取项目ID。 instance_id 是 String 实例ID,严格匹配UUID规则。 proxy_id 是 String 数据库代理ID,严格匹配UUID规则。 请求参数 表2 请求Header参数 参数 是否必选 参数类型 描述 X-Auth-Token 是 String
great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted
total_databases Integer 数据库总数。 databases Array of RestoreDatabaseInfos objects 数据库信息。 表5 RestoreDatabaseInfos 参数 参数类型 描述 name String 数据库名称。 total_tables
单击管理控制台左上角的,选择区域和项目。 在页面左上角单击,选择“数据库 > 云数据库 GaussDB(for MySQL)”。 在实例管理页面,单击实例名称,进入实例概览页面。 在“Serverless配置信息”模块,单击“修改”。 图1 修改Serverless配置信息 在弹框中,扩缩容类型勾选“增删只
大并发慢查询导致CPU资源耗尽问题 场景描述 数据库实例上存在大量并发的select count(0)慢操作,系统CPU耗尽,随时有宕机的风险。 执行Show processlist,显示存在多次并发执行select count(0)进程信息: 原因分析 应用端大并发触发select
build(); ShowGaussMySqlQuotasRequest request = new ShowGaussMySqlQuotasRequest(); try { ShowGaussMySqlQuotasResponse response
great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted
great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted
great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted
great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted
index的方式添加索引。 使用GaussDB(for MySQL)的并行DDL功能来创建索引。当数据库硬件资源空闲时,您可以通过并行DDL功能加速DDL执行,避免阻塞后续相关的DML操作,缩短执行DDL操作的窗口期。 父主题: 数据库基本使用
great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted
great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted
HASH或KEY二级分区。 参数说明 在参数配置页面通过设置参数rds_list_default_partition_enabled的值来启用或禁用LIST DEFAULT HASH功能。 表1 参数说明 参数名称 级别 说明 rds_list_default_partition_enabled
于在用户关闭performance schema 之后仍可以显示高耗时创建index操作的进度。 约束与限制 GaussDB(for MySQL)实例内核版本为2.0.51.240300及以上版本支持使用该功能。 仅支持创建二级索引查询进度信息,不支持空间索引,全文索引以及其他DDL进度查询。
合预期。 故障转移期间,可以配置应用程序使用新的主实例的读写地址,等待故障实例重建完成后重新配置应用程序的读写地址。 检查从实例写转发配置,请参考步骤3:开启写转发。 检查参数组参数配置,请参考修改GaussDB(for MySQL)实例参数。 配置监控告警,请参考监控与告警。 当前版本暂不支持主从切换能力。
只读节点会将参数sql_replica_on参数设置为on以禁止增删改请求。 解决方案 请检查写业务的客户端连接IP是否正确,建议连接实例的浮动IP或Proxy的读写IP。 父主题: 基本使用类