提交 421a866d 编写于 作者: L liipx

update ARG.003 rule content

上级 a90d2064
...@@ -328,7 +328,7 @@ func (idxAdv *IndexAdvisor) RuleImplicitConversion() Rule { ...@@ -328,7 +328,7 @@ func (idxAdv *IndexAdvisor) RuleImplicitConversion() Rule {
continue continue
} }
c := fmt.Sprintf("%s.%s definition is %s not %s", c := fmt.Sprintf("%s表中列%s的定义是 %s 而不是 %s",
colList[0].Table, colList[0].Name, colList[0].DataType, typNameMap[val.Type]) colList[0].Table, colList[0].Name, colList[0].DataType, typNameMap[val.Type])
common.Log.Debug("Implicit data type conversion: %s", c) common.Log.Debug("Implicit data type conversion: %s", c)
......
...@@ -48,6 +48,7 @@ max-join-table-count: 5 ...@@ -48,6 +48,7 @@ max-join-table-count: 5
max-group-by-cols-count: 5 max-group-by-cols-count: 5
max-distinct-count: 5 max-distinct-count: 5
max-index-cols-count: 5 max-index-cols-count: 5
max-text-cols-count: 2
max-total-rows: 9999999 max-total-rows: 9999999
max-query-cost: 9999 max-query-cost: 9999
spaghetti-query-length: 2048 spaghetti-query-length: 2048
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册