From 7647c81be2691b447e28bb2e904932e4ac45d89f Mon Sep 17 00:00:00 2001 From: "@ccwalker" Date: Wed, 13 Oct 2021 17:19:06 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=AF=E8=83=BD?= =?UTF-8?q?=E5=AD=98=E5=9C=A8=E7=9A=84=E8=AF=AD=E5=8F=A5=E4=B8=8D=E9=80=9A?= =?UTF-8?q?=E9=A1=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...\272\247\345\242\236\345\274\272\347\211\271\346\200\247.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/content/zh/docs/Description/\344\274\201\344\270\232\347\272\247\345\242\236\345\274\272\347\211\271\346\200\247.md" "b/content/zh/docs/Description/\344\274\201\344\270\232\347\272\247\345\242\236\345\274\272\347\211\271\346\200\247.md" index 48bdcc667..f17d1ce7f 100644 --- "a/content/zh/docs/Description/\344\274\201\344\270\232\347\272\247\345\242\236\345\274\272\347\211\271\346\200\247.md" +++ "b/content/zh/docs/Description/\344\274\201\344\270\232\347\272\247\345\242\236\345\274\272\347\211\271\346\200\247.md" @@ -109,7 +109,7 @@ openGauss支持: - In-place update存储引擎 - 新增的In-place update存储引擎很好的解决了Append update存储引擎空间膨胀,元组较大的劣势,高效回滚段的设计是In-place update存储引擎的基础。 + 新增的In-place update存储引擎很好的解决了Append update存储引擎空间膨胀和元组较大的问题,高效回滚段的设计是In-place update存储引擎的基础。 - 索引多版本 -- Gitee From ca6da999bff99b13e93be0b09e3743172f6e0c05 Mon Sep 17 00:00:00 2001 From: "@ccwalker" Date: Thu, 14 Oct 2021 15:55:24 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E2=80=98=E5=AE=9E?= =?UTF-8?q?=E6=96=BD=E2=80=99=E4=B8=BA=E2=80=98=E5=AE=9E=E6=97=B6=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../\346\212\200\346\234\257\347\211\271\347\202\271.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/content/zh/docs/Technicalwhitepaper/\346\212\200\346\234\257\347\211\271\347\202\271.md" "b/content/zh/docs/Technicalwhitepaper/\346\212\200\346\234\257\347\211\271\347\202\271.md" index 3583104a8..a1cd03e19 100644 --- "a/content/zh/docs/Technicalwhitepaper/\346\212\200\346\234\257\347\211\271\347\202\271.md" +++ "b/content/zh/docs/Technicalwhitepaper/\346\212\200\346\234\257\347\211\271\347\202\271.md" @@ -23,7 +23,7 @@ openGauss相比于其他开源数据库主要有以下几个主要特点: - 易运维 - 基于AI的智能参数调优和索引推荐,提供AI自动参数推荐。 - - 慢SQL诊断,多维性能自监控视图,实施掌控系统的性能表现。 + - 慢SQL诊断,多维性能自监控视图,实时掌控系统的性能表现。 - 提供在线自学习的SQL时间预测。 -- Gitee