From c8f6e14c1bce2c3685935ccf301efbbf4da98da6 Mon Sep 17 00:00:00 2001 From: yaoyao15 Date: Fri, 3 Sep 2021 13:58:43 +0000 Subject: [PATCH] =?UTF-8?q?update=20content/zh/docs/Releasenotes/=E5=B7=B2?= =?UTF-8?q?=E7=9F=A5=E9=97=AE=E9=A2=98.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../\345\267\262\347\237\245\351\227\256\351\242\230.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/content/zh/docs/Releasenotes/\345\267\262\347\237\245\351\227\256\351\242\230.md" "b/content/zh/docs/Releasenotes/\345\267\262\347\237\245\351\227\256\351\242\230.md" index a49425388..769c4bb84 100644 --- "a/content/zh/docs/Releasenotes/\345\267\262\347\237\245\351\227\256\351\242\230.md" +++ "b/content/zh/docs/Releasenotes/\345\267\262\347\237\245\351\227\256\351\242\230.md" @@ -10,5 +10,5 @@ - MOT(Memory Optimized Tables)与增量检查点特性不兼容,如果使用MOT,需要关闭增量检查点功能。 -- LLVM对ARM架构支持不友好,在导入MOT的TPCC时候报LLVM相关错误。可以通过不启用JIT规避,使用enable\_mot\_codegen开关控制。对于不启用JIT对TPCC测试产生的性能影响,可以通过force\_mot\_pseudo\_codegen= true配置来降低性能影响。 +- LLVM对ARM架构支持不友好,在导入MOT的TPCC时候报LLVM相关错误。可以通过不启用JIT规避,使用enable\_mot\_codegen开关控制。对于不启用JIT对TPCC测试产生的性能影响,可以通过force\_mot\_pseudo\_codegen=true配置来降低性能影响。 -- Gitee