From 3cb540caadee913269bf5eb371e7ddac8911dbe9 Mon Sep 17 00:00:00 2001 From: VEELX Date: Mon, 13 Jun 2022 16:42:06 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E4=B8=8B=E7=BB=84=E5=90=88=E8=BF=81=E7=A7=BB=E7=9A=84=E6=AD=A5?= =?UTF-8?q?=E9=AA=A4=E5=92=8C=E5=91=BD=E4=BB=A4=E4=B8=8D=E5=8C=B9=E9=85=8D?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- product/en/docs-mtk/v2.0/mtk-usage.md | 6 +++--- product/zh/docs-mtk/v2.0/mtk-usage.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/product/en/docs-mtk/v2.0/mtk-usage.md b/product/en/docs-mtk/v2.0/mtk-usage.md index dce20b84..1bcdfef6 100644 --- a/product/en/docs-mtk/v2.0/mtk-usage.md +++ b/product/en/docs-mtk/v2.0/mtk-usage.md @@ -42,9 +42,9 @@ MTK supports three migration methods. |Step|Command| |----|----| |./mtk mig-tab-pre -c mtk.json|[mig-tab-pre](mtk_mig-tab-pre)| - |./mtk mig-tab-pre -c mtk.json|[mig-tab-data](mtk_mig-tab-data)| - |./mtk mig-tab-pre -c mtk.json|[mig-tab-post](mtk_mig-tab-post)| - |./mtk mig-tab-pre -c mtk.json|[mig-tab-other](mtk_mig-tab-other)| + |./mtk mig-tab-data -c mtk.json|[mig-tab-data](mtk_mig-tab-data)| + |./mtk mig-tab-post -c mtk.json|[mig-tab-post](mtk_mig-tab-post)| + |./mtk mig-tab-other -c mtk.json|[mig-tab-other](mtk_mig-tab-other)| 3. Step-by-step migration diff --git a/product/zh/docs-mtk/v2.0/mtk-usage.md b/product/zh/docs-mtk/v2.0/mtk-usage.md index f741e9d8..2b7d5551 100644 --- a/product/zh/docs-mtk/v2.0/mtk-usage.md +++ b/product/zh/docs-mtk/v2.0/mtk-usage.md @@ -42,9 +42,9 @@ MTK 支持三种迁移方式. |步骤|命令| |---------|-------| |./mtk mig-tab-pre -c mtk.json|[mig-tab-pre](mtk_mig-tab-pre)| - |./mtk mig-tab-pre -c mtk.json|[mig-tab-data](mtk_mig-tab-data)| - |./mtk mig-tab-pre -c mtk.json|[mig-tab-post](mtk_mig-tab-post)| - |./mtk mig-tab-pre -c mtk.json|[mig-tab-other](mtk_mig-tab-other)| + |./mtk mig-tab-data -c mtk.json|[mig-tab-data](mtk_mig-tab-data)| + |./mtk mig-tab-post -c mtk.json|[mig-tab-post](mtk_mig-tab-post)| + |./mtk mig-tab-other -c mtk.json|[mig-tab-other](mtk_mig-tab-other)| 3. 分步迁移 -- Gitee From d1522b60fe515ca8a5cbbe1cb4800cab2586aed5 Mon Sep 17 00:00:00 2001 From: VEELX Date: Tue, 14 Jun 2022 12:15:13 +0800 Subject: [PATCH 2/4] =?UTF-8?q?.=E6=8D=A2=E6=88=90=E8=B7=AF=E5=BE=84/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- product/en/docs-mtk/v2.0/mtk-usage.md | 2 +- product/zh/docs-mtk/v2.0/mtk-usage.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/product/en/docs-mtk/v2.0/mtk-usage.md b/product/en/docs-mtk/v2.0/mtk-usage.md index 1bcdfef6..77081449 100644 --- a/product/en/docs-mtk/v2.0/mtk-usage.md +++ b/product/en/docs-mtk/v2.0/mtk-usage.md @@ -98,7 +98,7 @@ MTK supports three migration methods. - edit the configuration file ```bash - vi ora2og/config.mtk.json + vi ora2og/config/mtk.json # Edit connection information and migration objects (tables/schemas). # The directory definition does not need to be modified ``` diff --git a/product/zh/docs-mtk/v2.0/mtk-usage.md b/product/zh/docs-mtk/v2.0/mtk-usage.md index 2b7d5551..57ca7aa4 100644 --- a/product/zh/docs-mtk/v2.0/mtk-usage.md +++ b/product/zh/docs-mtk/v2.0/mtk-usage.md @@ -98,7 +98,7 @@ MTK 支持三种迁移方式. - 编辑配置文件 ```bash - vi ora2og/config.mtk.json + vi ora2og/config/mtk.json # 编辑连接信息和迁移对象(tables/schemas). 目录定义无需修改 ``` -- Gitee From db4cedd6db7612ccf19a302826c516fc032b90b7 Mon Sep 17 00:00:00 2001 From: VEELX Date: Fri, 24 Jun 2022 09:55:56 +0800 Subject: [PATCH 3/4] fix(mogdb):fix doc error --- .../tools-used-in-the-internal-system/gs_install_plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/zh/docs-mogdb/v3.0/reference-guide/tool-reference/tools-used-in-the-internal-system/gs_install_plugin.md b/product/zh/docs-mogdb/v3.0/reference-guide/tool-reference/tools-used-in-the-internal-system/gs_install_plugin.md index 19634995..8d634719 100644 --- a/product/zh/docs-mogdb/v3.0/reference-guide/tool-reference/tools-used-in-the-internal-system/gs_install_plugin.md +++ b/product/zh/docs-mogdb/v3.0/reference-guide/tool-reference/tools-used-in-the-internal-system/gs_install_plugin.md @@ -63,7 +63,7 @@ gs_install_plugin [-h] [-X XML] [-p] [--all] [--force] [--plugins] [--PLUGIN_NAM | pg_repack | 在线重建表和索引的扩展。它会在数据库中建立一个和需要清理的目标表一样的临时表,将目标表中的数据 COPY 到临时表,并在临时表上建立与目标表一样的索引,然后通过重命名的方式用临时表替换目标表。 | | orafce | 用于 Oracle 迁移到 MogDB 的兼容性 | | pg_bulkload | 用于 MogDB 的高速数据加载工具,相比copy命令。最大的优势就是速度,优在跳过 shared buffer,wal buffer 直接写文件。 | -| pg_prewarm | 可以用于在系统重启时,手动加载经常访问的表到操作系统的cache或MogDB的shared buffer,从而减少检查系统重启对应用的影响 | +| pg_prewarm | 可以用于在系统重启时,手动加载经常访问的表到操作系统的cache或MogDB的shared buffer,从而减少系统重启对应用的影响 | | whale | Oracle 兼容性插件,可以支持 Oracle 的特定函数、语法及存储过程等。(目前只有函数,其它还处于开发中) | | dolphin | MySQL 兼容性插件,可以支持 MySQL 的特定语法与行为,如 MySQL 中,sql mode 未开启 strict mode 的对非空列的处理等特性。 | -- Gitee From ca1ba2bd339498e0e06405635c45e62a648d03d1 Mon Sep 17 00:00:00 2001 From: VEELX Date: Fri, 24 Jun 2022 09:59:53 +0800 Subject: [PATCH 4/4] fix(mogdb):fix doc error --- .../tools-used-in-the-internal-system/gs_install_plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/zh/docs-mogdb/v3.0/reference-guide/tool-reference/tools-used-in-the-internal-system/gs_install_plugin.md b/product/zh/docs-mogdb/v3.0/reference-guide/tool-reference/tools-used-in-the-internal-system/gs_install_plugin.md index 8d634719..c4d7acf2 100644 --- a/product/zh/docs-mogdb/v3.0/reference-guide/tool-reference/tools-used-in-the-internal-system/gs_install_plugin.md +++ b/product/zh/docs-mogdb/v3.0/reference-guide/tool-reference/tools-used-in-the-internal-system/gs_install_plugin.md @@ -62,7 +62,7 @@ gs_install_plugin [-h] [-X XML] [-p] [--all] [--force] [--plugins] [--PLUGIN_NAM | wal2json | 将逻辑日志文件输出为 JSON 格式 | | pg_repack | 在线重建表和索引的扩展。它会在数据库中建立一个和需要清理的目标表一样的临时表,将目标表中的数据 COPY 到临时表,并在临时表上建立与目标表一样的索引,然后通过重命名的方式用临时表替换目标表。 | | orafce | 用于 Oracle 迁移到 MogDB 的兼容性 | -| pg_bulkload | 用于 MogDB 的高速数据加载工具,相比copy命令。最大的优势就是速度,优在跳过 shared buffer,wal buffer 直接写文件。 | +| pg_bulkload | 用于 MogDB 的高速数据加载工具,相比copy命令,最大的优势就是速度,优在跳过 shared buffer,wal buffer 直接写文件。 | | pg_prewarm | 可以用于在系统重启时,手动加载经常访问的表到操作系统的cache或MogDB的shared buffer,从而减少系统重启对应用的影响 | | whale | Oracle 兼容性插件,可以支持 Oracle 的特定函数、语法及存储过程等。(目前只有函数,其它还处于开发中) | | dolphin | MySQL 兼容性插件,可以支持 MySQL 的特定语法与行为,如 MySQL 中,sql mode 未开启 strict mode 的对非空列的处理等特性。 | -- Gitee