- 发布于2021-12-02 14:39:12
gp_segment_configuration状态变化不及时,SQL查询报错也不发生变化
➢ 解答 设置了 guc hawq_rm_enable_connpool 为 false 就可以跑一条 SQL 就立马检测出来了赞评论浏览 803 - 发布于2021-12-02 14:36:53赞评论浏览 799
- 发布于2021-12-02 14:36:23赞评论浏览 672
- 发布于2021-12-02 14:35:54
cannot open more than xxx append-only table segment files concurrently
➢ 解答 max_appendonly_segfiles 的默认值为 262144,可以适当调大该值。赞评论浏览 793 - 发布于2021-12-02 14:34:25
analyzedb是否可以skip掉一些schema
➢ 解答 无法 skip。但是可以通过-s 选项来指定想要 analyze 的 schema。比如 analyzedb –s pg_catalog –d postgres赞评论浏览 713 - 发布于2021-12-02 14:26:22
跑批时进程挂死
➢ 问题 跑批时经常有进程无故挂死,有 insert 进程,自定义 update 函数等,导致数据库大量进程不能结束,锁住后来的进程。 ➢ 解答 经过分析,发现 insert 时在 analyze 阶段会 hang 住,设置 gp_autostats_mo...赞评论浏览 632