检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
FATAL: GSS authentication method is not allowed because XXXX user password is not disabled.
Using 'i' as the distribution column by default. HINT: Please use 'DISTRIBUTE BY' clause to specify suitable data distribution column.
如果在某段时间内(如5min),内存使用率的平均值出现多次(如3次)不低于某特定值(如90%)的情况,则发出相应Cloud Eye告警。 如果在某段时间内(如5min),磁盘使用率的最大值出现多次(如2次)不低于某特定值(如85%)的情况,则发出相应Cloud Eye告警。
FATAL: GSS authentication method is not allowed because XXXX user password is not disabled.
sub_partition_name name 该分区所在二级分区名。 seq_scan bigint 该分区发起的顺序扫描数。 seq_tup_read bigint 顺序扫描抓取的活跃行数。 idx_scan bigint 该分区发起的索引扫描数。
sub_partition_name name 该分区所在二级分区名。分布式不支持二级分区,值为null。 seq_scan bigint 该分区发起的顺序扫描数。 seq_tup_read bigint 顺序扫描抓取的活跃行数。
Using 'i' as the distribution column by default. HINT: Please use 'DISTRIBUTE BY' clause to specify suitable data distribution column.
TABLE public.search_table_t2(b int) distribute by hash(b); CREATE TABLE gaussdb=# CREATE TABLE public.search_table_t3(c int) distribute by hash
取值范围为:disable、allow、prefer、require、verify-ca、verify-full。 disable:不使用SSL安全连接。 allow:如果数据库服务器要求使用,则可以使用SSL安全加密连接,但不验证数据库服务器的真实性。
gaussdb=# CREATE TABLE tri_insert (a int, b int) distribute by hash(a); CREATE TABLE -- 创建函数trigger_func。
list gaussdb:instance:listAll 无 查询实例容灾监控实时状态 gaussdb:disasterRecovery:list gaussdb:disasterRecovery:get 无 查询容灾关系列表 gaussdb:disasterRecovery:
disable_prepared_binary_result 字符串类型,若设置为yes,表示此连接在从预准备语句接收查询结果时不应使用二进制格式。该参数仅用于调试。 取值范围:yes/no。
gaussdb=# CREATE TABLE tri_insert (a int, b int) distribute by hash(a); CREATE TABLE -- 创建函数trigger_func。
test_event=# DROP EVENT event_e2; test_event=# DROP EVENT test.event_e3; --删除表。 test_event=# DROP TABLE t_ev; --删除SCHEMA。
| 8 | 31.34 4 | -> Hash Join (5,7) | 30 | 0 | 31.30 5 | -> Streaming(type: REDISTRIBUTE
gaussdb=# SELECT column_key_name,column_key_distributed_id ,global_key_id,key_owner FROM gs_column_keys; column_key_name | column_key_distributed_id
示例: -- GaussDB场景 m_db=# CREATE TABLE test(a BINARY(10)) DISTRIBUTE BY REPLICATION; CREATE TABLE m_db=# INSERT INTO test VALUES(0x8000); INSERT
type text event类型。 event text event名称。 wait bigint 等待次数。 failed_wait bigint 失败的等待次数。 total_wait_time bigint 总等待时间(单位:微秒)。
审计与日志 审计 云审计服务(Cloud Trace Service,CTS),是华为云安全解决方案中专业的日志审计服务,提供对各种云资源操作记录的收集、存储和查询功能,可用于支撑安全分析、合规审计、资源跟踪和问题定位等常见应用场景。
TABLE public.search_table_t2(b int) distribute by hash(b); CREATE TABLE openGauss=# CREATE TABLE public.search_table_t3(c int) distribute by