From 1603487d170d945ceea4bbee6fb70fb124098bf4 Mon Sep 17 00:00:00 2001 From: "Eric.wangpeng" Date: Tue, 29 Sep 2020 23:11:14 +0800 Subject: [PATCH] =?UTF-8?q?update=20content/zh/docs/Developerguide/?= =?UTF-8?q?=E5=88=9B=E5=BB=BA-=E5=88=A0=E9=99=A4MOT.md.=20Bug=20fix.=20Add?= =?UTF-8?q?ing=20notice=20to=20disable=20incremental=20checkpoint=20before?= =?UTF-8?q?=20creating=20MOT.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../\345\210\233\345\273\272-\345\210\240\351\231\244MOT.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/content/zh/docs/Developerguide/\345\210\233\345\273\272-\345\210\240\351\231\244MOT.md" "b/content/zh/docs/Developerguide/\345\210\233\345\273\272-\345\210\240\351\231\244MOT.md" index e333ea1fa..32c9a21ac 100644 --- "a/content/zh/docs/Developerguide/\345\210\233\345\273\272-\345\210\240\351\231\244MOT.md" +++ "b/content/zh/docs/Developerguide/\345\210\233\345\273\272-\345\210\240\351\231\244MOT.md" @@ -12,7 +12,7 @@ - 始终使用FOREIGN关键字引用MOT。 - 在创建MOT表时,\[server mot\_server\]部分是可选的,因为MOT是一个集成的引擎,而不是一个独立的服务器。 - 上文以创建一个名为test的内存表(表中有一个名为x的整数列)为例。在下一节(创建索引)中将提供一个更现实的例子。 - - 如果postgresql.conf中开启了增量检查点,则无法创建MOT。 + - 如果postgresql.conf中开启了增量检查点,则无法创建MOT。因此请在创建MOT前将enable_incremental_checkpoint置为off。 - 删除名为test的MOT: -- Gitee