diff --git a/README.en.md b/README.en.md index b3b069a81..fc87c58ac 100644 --- a/README.en.md +++ b/README.en.md @@ -67,7 +67,7 @@ When the Xlog is transferred to the standby node, the standby node flushs the Xl **MOT Engine (beta release)** -The Memory-Optimized Tables (MOT) storage engine is a transactional rowstore optimized for many-core and large memory and delivering extreme OLTP performance and high resources utilization. With data and indexes stored totally in-memory, a NUMA-aware design, algorithms that eliminate lock and latch contention and query native compilation (JIT), MOT provides low latency data access and more efficient transaction execution. See [MOT Engine documentation](https://opengauss.org/en/docs/1.1.0/docs/Developerguide/mot.html). +The Memory-Optimized Tables (MOT) storage engine is a transactional rowstore optimized for many-core and large memory and delivering extreme OLTP performance and high resources utilization. With data and indexes stored totally in-memory, a NUMA-aware design, algorithms that eliminate lock and latch contention and query native compilation (JIT), MOT provides low latency data access and more efficient transaction execution. See [MOT Engine documentation](https://opengauss.org/en/docs/2.0.0/docs/Developerguide/mot.html). **Security** @@ -397,7 +397,7 @@ https://opengauss.org/zh/ From the following website, you can obtain the binarylibs we have compiled. Please unzip it and rename to **binarylibs** after you download. -https://opengauss.obs.cn-south-1.myhuaweicloud.com/1.1.0/openGauss-third_party_binarylibs.tar.gz +https://opengauss.obs.cn-south-1.myhuaweicloud.com/2.0.0/openGauss-third_party_binarylibs.tar.gz Now we have completed openGauss code. For example, we store it in following directories. @@ -572,7 +572,7 @@ Installation package packaging log: **./package/make_package.log** ## Quick Start -See the [Quick Start](https://opengauss.org/en/docs/1.1.0/docs/Quickstart/Quickstart.html). +See the [Quick Start](https://opengauss.org/en/docs/2.0.0/docs/Quickstart/Quickstart.html). ## Docs @@ -596,7 +596,7 @@ Welcome contributions. See our [Contributor](https://opengauss.org/en/contributi ## Release Notes -For the release notes, see our [RELEASE](https://opengauss.org/en/docs/1.1.0/docs/Releasenotes/Releasenotes.html). +For the release notes, see our [RELEASE](https://opengauss.org/en/docs/2.0.0/docs/Releasenotes/Releasenotes.html). ## License diff --git a/README.md b/README.md index 4db19c63e..014e14022 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ openGauss突破了多核CPU的瓶颈,实现两路鲲鹏128核150万tpmC,内 **MOT引擎(Beta发布)** -内存优化表(MOT)存储引擎是一个专为多核大内存优化的存储引擎,具有极高的联机事务处理(OLTP)性能和资源利用率。MOT的数据和索引完全存储在内存中,通过NUMA感知执行,算法消除闩锁争用以及查询JIT本地编译,提供低时延数据访问及高效事务执行。更多请参考[MOT引擎文档](https://opengauss.org/zh/docs/1.1.0/docs/Developerguide/%E5%86%85%E5%AD%98%E8%A1%A8%E7%89%B9%E6%80%A7.html)。 +内存优化表(MOT)存储引擎是一个专为多核大内存优化的存储引擎,具有极高的联机事务处理(OLTP)性能和资源利用率。MOT的数据和索引完全存储在内存中,通过NUMA感知执行,算法消除闩锁争用以及查询JIT本地编译,提供低时延数据访问及高效事务执行。更多请参考[MOT引擎文档](https://opengauss.org/zh/docs/2.0.0/docs/Developerguide/%E5%86%85%E5%AD%98%E8%A1%A8%E7%89%B9%E6%80%A7.html)。 **安全** @@ -401,7 +401,7 @@ https://opengauss.org/zh/ 可以通过以下网站获取编译好的binarylibs。下载后请解压缩并重命名为**binarylibs**。 -https://opengauss.obs.cn-south-1.myhuaweicloud.com/1.1.0/openGauss-third_party_binarylibs.tar.gz +https://opengauss.obs.cn-south-1.myhuaweicloud.com/2.0.0/openGauss-third_party_binarylibs.tar.gz 现在我们已经拥有完整的openGauss代码,把它存储在以下目录中(以sda为例)。 @@ -580,7 +580,7 @@ sh build.sh -m debug -3rd /sdc/binarylibs -pkg # 生成debug版本的o ## 快速入门 -参考[快速入门](https://opengauss.org/zh/docs/1.1.0/docs/Quickstart/Quickstart.html)。 +参考[快速入门](https://opengauss.org/zh/docs/2.0.0/docs/Quickstart/Quickstart.html)。 ## 文档 @@ -604,7 +604,7 @@ sh build.sh -m debug -3rd /sdc/binarylibs -pkg # 生成debug版本的o ## 发行说明 -请参见[发行说明](https://opengauss.org/zh/docs/1.1.0/docs/Releasenotes/Releasenotes.html)。 +请参见[发行说明](https://opengauss.org/zh/docs/2.0.0/docs/Releasenotes/Releasenotes.html)。 ## 许可证 diff --git a/build/script/opengauss.spec b/build/script/opengauss.spec index 6a25b2894..72292166b 100644 --- a/build/script/opengauss.spec +++ b/build/script/opengauss.spec @@ -1,2 +1,2 @@ PRODUCT=openGauss -VERSION=1.1.0 +VERSION=2.0.0 diff --git a/build/script/package_opengauss.sh b/build/script/package_opengauss.sh index 2dd04b4c1..6858d5748 100755 --- a/build/script/package_opengauss.sh +++ b/build/script/package_opengauss.sh @@ -108,7 +108,7 @@ function print_help() } ####################################################################### -##version 1.1.0 +##version 2.0.0 ####################################################################### function read_srv_version() { diff --git a/src/bin/pg_config/pg_config.cpp b/src/bin/pg_config/pg_config.cpp index 3c0cc7be7..7b5a0859b 100644 --- a/src/bin/pg_config/pg_config.cpp +++ b/src/bin/pg_config/pg_config.cpp @@ -295,7 +295,7 @@ static void show_version(int alls) #ifdef ENABLE_MULTIPLE_NODES printf("PostgreSQL 9.2.4\n"); #else - printf("openGauss 1.1.0\n"); + printf("openGauss 2.0.0\n"); #endif }