Update cetus-shard-profile.md

This commit is contained in:
tsthght 2019-02-20 09:59:43 +08:00 committed by GitHub
parent d15c1d8d07
commit bf8f3de625
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -285,3 +285,7 @@ log-file的值是日志文件路径我们设置为当前安装路径下的cet
**9enable-fast-stream=\[true\|false\]启动fast stream快速处理只读响应默认为true**
**10) partition-mode=\[true\|false\]如果设置truecetus为分表模式如果为false则分片模式**
**11) enable-sql-special-processed=\[true\|false\]如果遇到Cetus解析器不支持的SQL通常报错near "xx":syntax error可以通过设置该参数为true跳过解析器解析并通过注释的形式告诉Cetus 该SQL的路由方法**。
例如通过上述配置该SQL可以正常支持
/\*#group=data1\*/update test1 a join test2 b on a.id=b.id set a.name='test';