update link to 2.1.0 in Readme

This commit is contained in:
zhang_xubo 2021-09-29 12:01:06 +08:00
parent b518372b66
commit dc061fc40e
1 changed files with 4 additions and 4 deletions

View File

@ -69,7 +69,7 @@ openGauss突破了多核CPU的瓶颈实现两路鲲鹏128核150万tpmC
**MOT引擎Beta发布**
内存优化表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)。
内存优化表MOT存储引擎是一个专为多核大内存优化的存储引擎具有极高的联机事务处理OLTP性能和资源利用率。MOT的数据和索引完全存储在内存中通过NUMA感知执行算法消除闩锁争用以及查询JIT本地编译提供低时延数据访问及高效事务执行。更多请参考[MOT引擎文档](https://opengauss.org/zh/docs/2.1.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/2.0.0/openGauss-third_party_binarylibs.tar.gz
https://opengauss.obs.cn-south-1.myhuaweicloud.com/2.1.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/2.0.0/docs/Quickstart/Quickstart.html)。
参考[快速入门](https://opengauss.org/zh/docs/2.1.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/2.0.0/docs/Releasenotes/Releasenotes.html)。
请参见[发行说明](https://opengauss.org/zh/docs/2.1.0/docs/Releasenotes/Releasenotes.html)。
## 许可证