Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
FenjuFu committed Nov 22, 2024
1 parent 47f04b6 commit e1ff291
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions content/chinese/news/news-post-22.md
Original file line number Diff line number Diff line change
Expand Up @@ -477,49 +477,41 @@ PGXC 【这里输入指令】 deploy all

通过运行 pgxc\_ctl 工具,执行clean all命令删除已经初始化的文件,修改pgxc\_ctl.conf文件,重新执行init all命令重新发起初始化。

![](https://oss-emcsprod-public.modb.pro/image/auto/modb_20241030_c34ff15c-9694-11ef-a88b-fa163eb4f6be.png)

3) 常见问题

• 执行inti all时,提示pg\_ctl命令找不到

这样的问题,通常是环境变量的问题,通过root用户配置/etc/environment 解决

![](https://oss-emcsprod-public.modb.pro/image/auto/modb_20241030_c35d8c72-9694-11ef-a88b-fa163eb4f6be.png)

• 执行inti all时,提示无法创建目录

![](https://oss-emcsprod-public.modb.pro/image/auto/modb_20241030_c36865b6-9694-11ef-a88b-fa163eb4f6be.png)

这样的问题,通常是分发节点上,没有创建对应的目录

解决方案:检查所有节点的目录配置,如果没有创建,创建即可。

![](https://oss-emcsprod-public.modb.pro/image/auto/modb_20241030_c3771a70-9694-11ef-a88b-fa163eb4f6be.png)

**七、集群访问**

访问OpenTenBase集群和访问单机的PostgreSQL基本上无差别,我们可以通过任意一个CN访问数据库集群:例如通过连接CN节点select pgxc\_node表即可查看集群的拓扑结构(当前的配置下备机不会展示在pgxc\_node中),在Linux命令行下通过psql访问的具体示例如下:

**7.1 登录cn主节点**

![](https://oss-emcsprod-public.modb.pro/image/auto/modb_20241030_c381e694-9694-11ef-a88b-fa163eb4f6be.png)

**7.2 使用数据库前需要创建default group以及sharding表**

OpenTenBase使用datanode group来增加节点的管理灵活度,要求有一个default group才能使用,因此需要预先创建;一般情况下,会将节点的所有datanode节点加入到default group里 另外一方面,OpenTenBase的数据分布为了增加灵活度,加了中间逻辑层来维护数据记录到物理节点的映射,我们叫sharding,所以需要预先创建sharding,命令如下:

![](https://oss-emcsprod-public.modb.pro/image/auto/modb_20241030_c390cfd8-9694-11ef-a88b-fa163eb4f6be.png)

**7.3 创建数据库,用户,创建表,增删查改等操作**

![](https://oss-emcsprod-public.modb.pro/image/auto/modb_20241030_c3a8126a-9694-11ef-a88b-fa163eb4f6be.png)

**八、集群启停**

**8.1 停止集群**

![](https://oss-emcsprod-public.modb.pro/image/auto/modb_20241030_c3b4d9d2-9694-11ef-a88b-fa163eb4f6be.png)

停止日志

Expand Down

0 comments on commit e1ff291

Please sign in to comment.