<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>重庆思庄Oracle、KingBase、PostgreSQL、Redhat认证学习论坛 - opengauss</title>
    <link>http://bbs.cqsztech.com/forum.php?mod=forumdisplay&amp;fid=70</link>
    <description>Latest 20 threads of opengauss</description>
    <copyright>Copyright(C) 重庆思庄Oracle、KingBase、PostgreSQL、Redhat认证学习论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sun, 07 Jun 2026 06:38:59 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://bbs.cqsztech.com/static/image/common/logo_88_31.gif</url>
      <title>重庆思庄Oracle、KingBase、PostgreSQL、Redhat认证学习论坛</title>
      <link>http://bbs.cqsztech.com/</link>
    </image>
    <item>
      <title>在欧拉2203上安装openguass5.0单机企业版</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=32092</link>
      <description><![CDATA[一、环境准备

1.环境：
    OS: euler2203
    db: opengauss 5.0
    IP: 192.168.133.135
    HOST: dbserver

2.下载介质
     openEuler 22.03LTS下载地址：https://www.openeuler.org/zh/download/
    openGauss 5.0.0企业版数据库下载地址： https:// ...]]></description>
      <category>opengauss</category>
      <author>郑全</author>
      <pubDate>Sat, 21 Dec 2024 14:37:33 +0000</pubDate>
    </item>
    <item>
      <title>OPENGAUSS2.0 OGCA 30个 练习题</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=30381</link>
      <description><![CDATA[1、 关于逻辑日志复制的描述，哪两个是正确的？（选2个）（BC）A、 逻辑复制只有DDL操作。B、 逻辑复制只有DML操作。C、 逻辑复制可以实现跨版本复制。D、 逻辑复制不可以实现跨版本复制]]></description>
      <category>opengauss</category>
      <author>郑全</author>
      <pubDate>Wed, 07 Dec 2022 07:55:45 +0000</pubDate>
    </item>
    <item>
      <title>opengauss退出GSQL的元命令</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=30370</link>
      <description><![CDATA[要退出GSQL的元命令，使用 \\q

或者使用 ctrl +d 即可]]></description>
      <category>opengauss</category>
      <author>郑全</author>
      <pubDate>Sat, 03 Dec 2022 13:24:11 +0000</pubDate>
    </item>
    <item>
      <title>关系数据库发展简史</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=30356</link>
      <description><![CDATA[看到这个INGRES,好厉害哟，市面上有名的数据库，有很多从他来的，比如SYBASE,SQLSERVER,INFORMIX,POSTGRES等。]]></description>
      <category>opengauss</category>
      <author>郑全</author>
      <pubDate>Mon, 28 Nov 2022 14:51:58 +0000</pubDate>
    </item>
    <item>
      <title>事务隔离级别</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=30352</link>
      <description><![CDATA[事务隔离级别

SQL标准考虑了并行事务间应避免的现象，定义了以下几种隔离级别，如表1-1所示。

表1-1 事务隔离级别

（1） 脏写（dirty write）：两个事务分别写入，两个事务分别提交或回滚，则事务的结果无法确定，即一个事务可以回滚另一个事务的提交。
（2） ...]]></description>
      <category>opengauss</category>
      <author>郑全</author>
      <pubDate>Sun, 27 Nov 2022 14:09:58 +0000</pubDate>
    </item>
    <item>
      <title>OPENGAUSS和PG对比？</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=30342</link>
      <description><![CDATA[gaussdb openGauss 是从PG 9.2开始发展而来，和PG9.2以后的版本没有什么关系了。


在具体功能上，两者还是有区别的。

PG是用C语言写的,openGauss是用C++开发的。

PG是多进程，openGauss是单进程，多线程。

PG默认创建数据库，使用TEMPLATE 1,也可以使用TEM ...]]></description>
      <category>opengauss</category>
      <author>郑全</author>
      <pubDate>Thu, 24 Nov 2022 13:46:34 +0000</pubDate>
    </item>
    <item>
      <title>opengauss开启归档</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=30339</link>
      <description><![CDATA[1.确认当前归档模式
   postgres=# show archive_mode;
 archive_mode 
--------------
 off

2.设置参数

  alter system set archive_mode=on;
  alter system set archive_dest=/gaussdb/gs_arch;
  alter system set archive_timeout=1800;
  \\! mkdir - ...]]></description>
      <category>opengauss</category>
      <author>郑全</author>
      <pubDate>Wed, 23 Nov 2022 13:47:25 +0000</pubDate>
    </item>
    <item>
      <title>标准SQL版本情况</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=30320</link>
      <description><![CDATA[]]></description>
      <category>opengauss</category>
      <author>郑全</author>
      <pubDate>Thu, 17 Nov 2022 15:52:46 +0000</pubDate>
    </item>
    <item>
      <title>opengauss 的awr报告(wdr报告)</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=30318</link>
      <description><![CDATA[opengauss的wdr报告

1).前提：
   wdr snanshot 需要启动(即参数enable_wdr_snapshot 为on ),且快照数量大于等于2.
   
   如果没有开 ：使用以下命令开启
   [omm@dbserver1 ~]$ gs_guc set  -I all -N all -c \&quot;enable_wdr_snapshot=on\&quot;

  postgres=# show e ...]]></description>
      <category>opengauss</category>
      <author>郑全</author>
      <pubDate>Thu, 17 Nov 2022 10:46:43 +0000</pubDate>
    </item>
    <item>
      <title>openguass显示元命令对应的SQL语句的选项 -E</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=30317</link>
      <description><![CDATA[有时，我们通过元命令看数据库，想看看到底后面执行的SQL语句是什么。

[omm@dbserver1 db1]$ gsql -d postgres -p 26000 -r -q -t 
postgres=# \\l
 db2       | omm   | SQL_ASCII | C       | C     | 
 postgres  | omm   | SQL_ASCII | C       | C     | 
 t ...]]></description>
      <category>opengauss</category>
      <author>郑全</author>
      <pubDate>Thu, 17 Nov 2022 09:48:00 +0000</pubDate>
    </item>
    <item>
      <title>opengauss 不显示行头及结果记录行 的选项 -t</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=30316</link>
      <description><![CDATA[默认会显示行头及结果多少行：

[omm@dbserver1 db1]$ gsql -d postgres -p 26000 -r -q
postgres=# 
postgres=# select * from test1;
 id | name 
----+------
  1 | jbb
  3 | jdb3
(2 rows)


如果不想显示呢
可以加一个选项  -t

[omm@dbserver1  ...]]></description>
      <category>opengauss</category>
      <author>郑全</author>
      <pubDate>Thu, 17 Nov 2022 09:41:45 +0000</pubDate>
    </item>
    <item>
      <title>opengauss gsql静默进入数据库的选项 -q</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=30315</link>
      <description><![CDATA[我们默认进入数据库时，会显示数据库相关信息，
[omm@dbserver1 db1]$ gsql -d postgres -p 26000 -r
gsql ((openGauss 2.0.0 build 78689da9) compiled at 2021-03-31 21:04:03 commit 0 last mr  )
Non-SSL connection (SSL connection is recommended when requir ...]]></description>
      <category>opengauss</category>
      <author>郑全</author>
      <pubDate>Thu, 17 Nov 2022 09:36:37 +0000</pubDate>
    </item>
    <item>
      <title>opengauss的gsql 可以上下左右的选项 -r</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=30314</link>
      <description><![CDATA[默认使用gsql 进入 数据库，不能向左，上下 移动的，就是不能通过上下方式拉出前面输入的SQL语句的。

[omm@dbserver1 db1]$ gsql -d postgres -p 26000
gsql ((openGauss 2.0.0 build 78689da9) compiled at 2021-03-31 21:04:03 commit 0 last mr  )
Non-SSL  ...]]></description>
      <category>opengauss</category>
      <author>郑全</author>
      <pubDate>Thu, 17 Nov 2022 09:24:20 +0000</pubDate>
    </item>
    <item>
      <title>opengauss的gsql 以行的方式显示记录的选项 -x</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=30313</link>
      <description><![CDATA[一般我们显示记录，都是以行的方式显示：

postgres=# select * from pg_settings where name=\'max_connections\';
      name       | setting | unit |                       category                       |                           short_desc              ...]]></description>
      <category>opengauss</category>
      <author>郑全</author>
      <pubDate>Thu, 17 Nov 2022 09:14:36 +0000</pubDate>
    </item>
    <item>
      <title>检查openGauss集群的语句</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=30312</link>
      <description><![CDATA[# 检查集群健康状态

[omm@dbserver1 ~]$ gs_om -t status --detail
[   Cluster State   ]

cluster_state   : Normal
redistributing  : No
current_az      : AZ_ALL

[  Datanode State   ]

node         node_ip         instance                  st ...]]></description>
      <category>opengauss</category>
      <author>郑全</author>
      <pubDate>Thu, 17 Nov 2022 08:32:10 +0000</pubDate>
    </item>
    <item>
      <title>openGauss如何修改数据库参数</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=30311</link>
      <description><![CDATA[我们知道ORACLE修改参数，可以使用命令修改：alter system set parameter=valuescope=memory|spfile|both;那么，OPENGAUSS呢，
答案是肯定的，一样可以修改参数，只是使用的一个单独的一个工具gs_guc来实现,见下面例子：
1.语法   gs_guc 同时修改配置文件中参数（p ...]]></description>
      <category>opengauss</category>
      <author>郑全</author>
      <pubDate>Thu, 17 Nov 2022 08:10:18 +0000</pubDate>
    </item>
    <item>
      <title>opengauss创建数据库的模板变化</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=30310</link>
      <description><![CDATA[高斯db创建数据库，模板默认为 template0 ,不指定，就是template0,但也不能指定template1,这个和pg是有区别的。

postgres=# select version();
                                                                                version                          ...]]></description>
      <category>opengauss</category>
      <author>郑全</author>
      <pubDate>Thu, 17 Nov 2022 05:13:53 +0000</pubDate>
    </item>
    <item>
      <title>OPENGUASS配置文件</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=30308</link>
      <description><![CDATA[]]></description>
      <category>opengauss</category>
      <author>郑全</author>
      <pubDate>Wed, 16 Nov 2022 12:47:35 +0000</pubDate>
    </item>
    <item>
      <title>opengause 数据库软件目录结构</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=30307</link>
      <description><![CDATA[]]></description>
      <category>opengauss</category>
      <author>郑全</author>
      <pubDate>Wed, 16 Nov 2022 12:26:59 +0000</pubDate>
    </item>
    <item>
      <title>OPENGAUSS中表空间的默认路径</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=30306</link>
      <description><![CDATA[OPENGAUSS中表空间的默认路径

在openGauss中，表空间是一个目录，可以存在多个，里面存储的是它所包含的数据库的各种物理文件。由于表空间是一个目
录，仅是起到了物理隔离的作用，其管理功能依赖于文件系统。
openGauss的两个默认表空间：
pg_default， 
pg_glo ...]]></description>
      <category>opengauss</category>
      <author>郑全</author>
      <pubDate>Wed, 16 Nov 2022 11:00:57 +0000</pubDate>
    </item>
  </channel>
</rss>