-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
check Spatial column and Spatial index #2066
Conversation
sqle/driver/mysql/rule/rule.go
Outdated
{ | ||
Rule: driverV2.Rule{ | ||
Name: DDLAvoidFullTextAndGeometry, | ||
Desc: "禁止使用全文索引与空间索引和空间字段", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
表述再通顺一点
sqle/driver/mysql/rule/rule.go
Outdated
Category: RuleTypeUsageSuggestion, | ||
}, | ||
AllowOffline: true, | ||
Message: "禁止使用全文索引与空间索引和空间字段", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
表述再通顺一点
sqle/driver/mysql/rule/rule.go
Outdated
Rule: driverV2.Rule{ | ||
Name: DDLAvoidFullTextAndGeometry, | ||
Desc: "禁止使用全文索引与空间索引和空间字段", | ||
Annotation: "使用全文索引与空间索引和空间字段会造成额外的性能开销,占用更大的存储空间,降低MySQL的性能。", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
“使用全文索引与空间索引和空间字段”不太通顺
#2049
禁止使用全文索引与空间索引和空间字段