检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
ENABLE | DISABLE | DISABLE ON SLAVE 创建定时任务后,定时任务默认处于ENABLE状态,即到规定时间立即执行待执行语句。用户可以使用DISABLE关键字,改变定时任务的活动状态。DISABLE ON SLAVE表现与DISABLE一致。
对于这种场景,Stream执行框架分为如下三种计划形态: hashagg + gather(redistribute) + hashagg; redistribute + hashagg(+gather); hashagg + redistribute + hashagg(+gather
Using 'f1' as the distribution column by default. HINT: Please use 'DISTRIBUTE BY' clause to specify suitable data distribution column.
不创建以redis_为前缀的数据库对象。 不创建以pgxc_redistb为命名的数据库对象。 不创建以mlog_和以matviewmap_为前缀的数据库对象。 不创建以gs_role_为前缀的数据库对象。 表对象命名建议不要超过63字节。
interval INTO :in; printf("interval = %s\n", PGTYPESinterval_to_asc(in)); PGTYPESinterval_free(in); EXEC SQL COMMIT; EXEC SQL DISCONNECT
interval INTO :in; printf("interval = %s\n", PGTYPESinterval_to_asc(in)); PGTYPESinterval_free(in); EXEC SQL COMMIT; EXEC SQL DISCONNECT
ENABLE | DISABLE | DISABLE ON SLAVE 创建定时任务后,定时任务默认处于ENABLE状态,即到规定时间立即执行待执行语句。用户可以使用DISABLE关键字,改变定时任务的活动状态。DISABLE ON SLAVE表现与DISABLE一致。
对于这种场景,Stream执行框架分为如下三种计划形态: hashagg+gather(redistribute)+hashagg redistribute+hashagg(+gather) hashagg+redistribute+hashagg(+gather) GaussDB
Stream方式的Hint 功能描述 指明stream使用的方法,可以为broadcast和redistribute,或者直接指定生成gather计划。
int PGTYPEStimestamp_sub(timestamp *ts1, timestamp *ts2, interval *iv) 从一个时间戳中减去另一个时间戳并且把结果保存在一个区间类型的变量中。
int PGTYPEStimestamp_sub(timestamp *ts1, timestamp *ts2, interval *iv) 从一个时间戳中减去另一个时间戳并且把结果保存在一个区间类型的变量中。
=、^=、between and、is distinct from、is not distinct from、<=>。 条件表达式decode、nullif、greatest、least。 作为distinct/group by/order by 参数。
=、^=、between and、is distinct from、is not distinct from、<=>。 条件表达式decode、nullif、greatest、least。 作为distinct/group by/order by 参数。
索引内部函数 diskannbeginscan diskannbuild diskannbuildempty diskannbulkdelete diskanninsert diskanncostestimate diskannendscan diskannoptions diskanngettuple
取值范围为:disable、allow、prefer、require、verify-ca、verify-full。 disable:不使用SSL安全连接。 allow:如果数据库服务器要求使用,则可以使用SSL安全加密连接,但不验证数据库服务器的真实性。
=、^=、between and、is distinct from、is not distinct from、<=>。 条件表达式decode、nullif、greatest、least。 作为distinct/group by/order by 参数。
disk_usage String 实例磁盘的可使用率,值范围[0-1],值保留四位小数。 mysql_compatibility 表14 mysql_compatibility object 实例M兼容配置。
/SUBLINK_PULLUP_ENHANCEDDISABLE_PULLUP_NOT_IN_SUBLINK/DISABLE_ROWNUM_PUSHDOWN/DISABLE_WINDOWAGG_PUSHDOWN重写规则。
驱动 GaussDB中,驱动PBE接口通过文本模式传参时,如果兼容性参数m_format_behavior_compat_options中不包含disable_zero_chars_conversion选项,服务端会将参数中的“\0”字符替换成空格,与MySQL行为存在差异。
is distinct from/is not distinct from is distinct from A和B的数据类型、值不完全相同时为true。 A和B的数据类型、值完全相同时为false。 将空值视为相同。