检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
RE/HAVING、列投影等。 支持UNION/UNION ALL查询。 支持EXPLAIN查看并行执行计划多种方式,包括传统EXPLAIN、EXPLAIN FORMAT=TREE、EXPLAIN FORMAT=JSON等。 并行查询不支持的场景: 非查询语句 窗口函数 触发器 PREPARED
响应Body参数 参数 参数类型 描述 jobs Array of TaskDetailInfo objects 任务详情。 total_count Integer 任务总数。 表5 TaskDetailInfo 参数 参数类型 描述 instance_id String 实例ID,严格匹配UUID规则。
否 每N秒写入并刷新日志。当innodb_flush_log_at_trx_commit值为2时,此设置有效。 innodb_lock_wait_timeout 否 该变量控制innodb事务获取行锁等待的最长时间(秒),如果超过该时间还未获取到锁资源,则会返回执行失败。 parallel_queue_timeout
响应Body参数 参数 参数类型 描述 user_details Array of user_details objects 数据库账户信息。 total_count Integer 数据库账户数量。 表5 user_details 参数 参数类型 描述 user_name String
响应Body参数 参数 参数类型 描述 user_details Array of user_details objects 数据库账户信息。 total_count Integer 数据库账户数量。 表5 user_details 参数 参数类型 描述 user_name String
评估业务SQL的执行计划,添加索引避免全表扫描。 扩容CPU规格,满足计算型业务需求。 GaussDB(for MySQL) CPU使用率高的解决方法 内存使用率 (%) 该指标用于统计测量对象的内存使用率。 扩容实例规格,满足业务需求。 优化SQL,减少临时表等的使用。 会话定期重连,及时释放session级别内存。
响应参数 状态码: 200 表4 响应Body参数 参数 参数类型 描述 job GetJobInfoDetail object 任务信息。 表5 GetJobInfoDetail 参数 参数类型 描述 id String 参数解释: 任务ID。 取值范围: 与入参保持一致。 name
1451 (23000): Cannot delete or update parent row: a foreign key constraint fails ………… 原因分析 这个表和其他表有外键关系,在MySQL中,设置了外键关联,会造成无法更新或删除数据,避免破坏外键的约束。
节点名称。 weight Integer 节点读写分离读权重。 available_zones Array of MysqlProxyAvailable objects 可用区信息。 表7 MysqlProxyAvailable 参数 参数类型 描述 code String 可用区编码。
t1 AS tt3 ON tt2.a + 3 = tt3.a; 确认多表连接场景下DISTINCT优化效果。 通过执行Explain Analyze/Explain Format=tree语句可以确认优化是否生效,执行计划出现'with distinct optimization'关键字时,说明优化生效。
update_result Array of ProxyUpgradeVersionDetail objects 数据库代理升级信息列表。 表5 ProxyUpgradeVersionDetail 参数 参数类型 描述 instance_id String 实例id. workflow_id
public static void main(String[] args) { // The AK and SK used for authentication are hard-coded or stored in plaintext, which has great
public static void main(String[] args) { // The AK and SK used for authentication are hard-coded or stored in plaintext, which has great
public static void main(String[] args) { // The AK and SK used for authentication are hard-coded or stored in plaintext, which has great
白名单或者黑名单 'white' | 'black' ip_group ProxyIpGroupDetail object 白名单或黑名单详细信息 表4 ProxyIpGroupDetail 参数 参数类型 描述 id String ipGroup的id name String ipGroup的名称
public static void main(String[] args) { // The AK and SK used for authentication are hard-coded or stored in plaintext, which has great
业务没有去重的需求,优先使用UNION ALL。 在代码中实现分页查询逻辑时,若COUNT为0应直接返回,避免执行后面的分页语句。 避免频繁对表进行COUNT操作。对大数据量表进行COUNT操作耗时会较长,一般都是秒级响应速度。如果有频繁对表进行COUNT操作的需求,请引入专门的计数表解决。
public static void main(String[] args) { // The AK and SK used for authentication are hard-coded or stored in plaintext, which has great
String 同步阶段。wait:等待同步,incremental:增量同步,full:全量同步,cancelled:删除,paused:暂停同步。 percentage String 进度百分比。 catchup_stage String 追赶阶段。wait:等待同步,incre
public static void main(String[] args) { // The AK and SK used for authentication are hard-coded or stored in plaintext, which has great