检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
disable_prepared_binary_result 字符串类型,若设置为yes,表示此连接在从预准备语句接收查询结果时不应使用二进制格式。该参数仅用于调试。 取值范围:yes/no。
SQLFreeHandle(SQL_HANDLE_STMT,V_OD_hstmt); SQLDisconnect(V_OD_hdbc); SQLFreeHandle(SQL_HANDLE_DBC,V_OD_hdbc);
stadistinct real 标识全局统计信息中数据库节点上字段里唯一的非NULL数据值的数目。 一个大于零的数值是独立数值的实际数目。 一个小于零的值是distinct值所占总行数的比例,比如stadistinct=-0.5时,它的实际distinct值是总行数*0.5。
stadistinct real 标识全局统计信息中所有DN上字段里唯一的非NULL数据值的数目。 一个大于零的数值是独立数值的实际数目。 一个小于零的值是distinct值所占总行数的比例,比如stadistinct=-0.5时,它的实际distinct值是总行数*0.5。
图1 选择合适的分布列案例(一) 如果将a作为t1的分布列,将b作为t2的分布列: 1 2 CREATE TABLE t1 (a int, b int) DISTRIBUTE BY HASH (a); CREATE TABLE t2 (a int, b int) DISTRIBUTE
图1 选择合适的分布列案例(一) 如果将a作为t1的分布列,将b作为t2的分布列: 1 2 CREATE TABLE t1 (a int, b int) DISTRIBUTE BY HASH (a); CREATE TABLE t2 (a int, b int) DISTRIBUTE
Using 'f1' as the distribution column by default. HINT: Please use 'DISTRIBUTE BY' clause to specify suitable data distribution column.
is distinct from/is not distinct from is distinct from A和B的数据类型、值不完全相同时为true。 A和B的数据类型、值完全相同时为false。 将空值视为相同。
=、^=、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 参数。
=、^=、between and、is distinct from、is not distinct from、<=>。 条件表达式decode、nullif、greatest、least。 作为distinct/group by/order by 参数。
Stream方式的Hint 功能描述 指明stream使用的方法,可以为broadcast和redistribute,或者直接指定生成gather计划。
对于这种场景,Stream执行框架分为如下三种计划形态: hashagg+gather(redistribute)+hashagg redistribute+hashagg(+gather) hashagg+redistribute+hashagg(+gather) GaussDB
驱动 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。 将空值视为相同。
sub_partition_name name 该分区所在二级分区名。 seq_scan bigint 该分区发起的顺序扫描数。 seq_tup_read bigint 顺序扫描抓取的活跃行数。 idx_scan bigint 该分区发起的索引扫描数。
示例: m_db=# CREATE TABLE blob_storage ( A BLOB ) DISTRIBUTE BY REPLICATION; m_db=# INSERT INTO blob_storage VALUES (0xBB00BB); m_db=#
/SUBLINK_PULLUP_ENHANCED/DISABLE_PULLUP_NOT_IN_SUBLINK/DISABLE_ROWNUM_PUSHDOWN/DISABLE_WINDOWAGG_PUSHDOWN重写规则。
取值范围为:disable、allow、prefer、require、verify-ca、verify-full。 disable:不使用SSL安全连接。 allow:如果数据库服务器要求使用,则可以使用SSL安全加密连接,但不验证数据库服务器的真实性。
disk_usage String 实例磁盘的可使用率,值范围[0-1],值保留四位小数。 mysql_compatibility 表14 mysql_compatibility object 实例M兼容配置。