问题一:请教个Hologres问题,建表时报错:执行失败,失败原因:这是什么原因呀?
请教个Hologres问题,建表时报错:执行失败,失败原因:ERROR: commit ddl phase1 failed: too many shards in this instance, the threshold is 16, now 20 used
Hint: a resharding procedure is required, otherwise use SET hg_experimental_enable_shard_count_cap=off to change this limit for the current session; or ALTER DATABASE ... SET hg_experimental_enable_shard_count_cap=off to change this limit on the database level.
there is no event_time_column or segment_key property specified for table bs_third_req_record, using column gmt_create as the default one
这是什么原因呀?
参考答案:
实例推测是个8Core的实例 最多支持16个shard shard超出core数 对性能有损伤
关于本问题的更多回答可点击进行查看:
https://developer.aliyun.com/ask/582498
问题二:遇到一个Hologres问题,我这边的gholores版本是2.0.8,该如何解决呢?
遇到一个Hologres问题,我如果将table_1重名成了table_1_backup,然后将table_2重名成了table_1,之前订阅的table_1 binlog会报jdbcBinlogSlotName指定的Replication Slot在hologres实例中并不存在,我这边的gholores版本是2.0.8,该如何解决呢?
参考答案:
对重命名后的表重新创建下Slot,然后指定新的看下
关于本问题的更多回答可点击进行查看:
https://developer.aliyun.com/ask/582497
问题三:Hologres在用python 连接数据库时,遇到了下面的错误,请帮忙看一下?
Hologres在用python 连接数据库时,遇到了下面的错误,请帮忙看一下?
File "/root/anaconda3/envs/chatbot/lib/python3.11/site-packages/hologres_vector/hologres_vector.py", line 43, in init
self.post_init()
File "/root/anaconda3/envs/chatbot/lib/python3.11/site-packages/hologres_vector/hologres_vector.py", line 55, in post_init
self.storage.create_table(self.table_schema, self.pre_delete_table)
File "/root/anaconda3/envs/chatbot/lib/python3.11/site-packages/hologres_vector/hologres_wrapper.py", line 103, in create_table
self.cursor.execute(table_property_ddl)
psycopg2.errors.UndefinedObject: column "vector" does not exist
参考答案:
Python连接Hologres数据库时遇到的错误“column "vector" does not exist”表示在执行SQL语句时,未找到名为“vector”的列。请检查您的table_schema定义和相关SQL语句,确保包含正确的列名。
关于本问题的更多回答可点击进行查看:
https://developer.aliyun.com/ask/582494
问题四:Hologres Finebi连接执行sql出错怎么办?
Hologres Finebi连接执行sql出错怎么办?
参考答案:
链接超了,你在hokoweb连接管理,一键杀一下空闲链接
关于本问题的更多回答可点击进行查看:
https://developer.aliyun.com/ask/582488
问题五:写hologres表报错怎么办?
Duplicate keys detected when building hash table.写hologres表报错怎么办?
参考答案:
https://help.aliyun.com/zh/hologres/user-guide/insert-on-conflict?spm=a2c4g.11186623.0.i2 先 check 下是不是文档描述的case~
关于本问题的更多回答可点击进行查看: