检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
GET https://{endpoint}/v3/97b026aa9cc4417888c14c84a1ad9860/instances/details?
{ public static void main(String[] args) { // The AK and SK used for authentication are hard-coded or stored in plaintext, which
例如:想要修改为+8时区,可以下拉选择为:Asia/Shanghai。 时区相关参数 system_time_zone:操作系统时区,不支持修改,对数据库时区没有影响。 time_zone:数据库内部时区,修改该参数可更换不同的时区。 父主题: 数据库参数修改
GET https://{endpoint}/v3/97b026aa9cc4417888c14c84a1ad9860/instances/details?
{ public static void main(String[] args) { // The AK and SK used for authentication are hard-coded or stored in plaintext, which
mysql> explain analyze select detail_record_id, record_id, business_id, business_detail_id, unique_code, create_time, creator, last_updater,
对于DDL的等锁超时,其真实超时时间是lock_wait_timeout和rds_ddl_lock_wait_timeout的最小值。
对于DDL的等锁超时,其真实超时时间是lock_wait_timeout和rds_ddl_lock_wait_timeout的最小值。
mysql> explain analyze select detail_record_id, record_id, business_id, business_detail_id, unique_code, create_time, creator, last_updater,
规格变更业务失败 flavorAlterationFailed 重要 规格变更失败产生的事件,一般是配额大小不足,底层资源耗尽导致。 提交工单。 无法完成规格变更。
{ public static void main(String[] args) { // The AK and SK used for authentication are hard-coded or stored in plaintext, which
规格变更业务失败 flavorAlterationFailed 重要 规格变更失败产生的事件,一般是配额大小不足,底层资源耗尽导致。 提交工单。 无法完成规格变更。
availability_zone 否 String 可用区码。选填,校验可用区码是否正确。 subnet_id 是 String HTAP实例子网即TaurusDB实例子网。 获取方法请参见获取子网ID。
支持Explain查看并行执行计划多种方式,包括传统Explain、Explain format=tree、Explain format=json等。
create_fail_error_code String HTAP实例创建失败错误码。 fail_message String HTAP实例创建失败错误信息。 wait_restart_for_params Boolean 是否需要重启更新参数。
取值范围: prePaid:预付费,即包年/包月。 postPaid:后付费,即按需付费。 枚举值: prePaid postPaid period_type 否 String 订购周期类型。 取值范围: month:包月。 year:包年。
{ public static void main(String[] args) { // The AK and SK used for authentication are hard-coded or stored in plaintext, which
CONSTRAINT act_fk_exe_parent FOREIGN KEY (parent_id_) REFERENCES act_ru_execution (id_) ON DELETE CASCADE, CONSTRAINT act_fk_exe_procdef FOREIGN
CONSTRAINT act_fk_exe_parent FOREIGN KEY (parent_id_) REFERENCES act_ru_execution (id_) ON DELETE CASCADE, CONSTRAINT act_fk_exe_procdef FOREIGN
示例: 基于TPCH的Schema进行举例,通过特性开关打开或者使用HINT方式可以生效,执行EXPLAIN SQL查看执行计划时,Extra列会展示为Using limit-offset pushdown。 打开特性开关。