Skip to content
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

Merged
merged 5 commits into from
Nov 24, 2023
Merged

Conversation

hasa1K
Copy link
Contributor

@hasa1K hasa1K commented Nov 22, 2023

#2049
禁止使用全文索引与空间索引和空间字段

@hasa1K hasa1K requested a review from ColdWaterLW November 22, 2023 10:58
{
Rule: driverV2.Rule{
Name: DDLAvoidFullTextAndGeometry,
Desc: "禁止使用全文索引与空间索引和空间字段",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

表述再通顺一点

Category: RuleTypeUsageSuggestion,
},
AllowOffline: true,
Message: "禁止使用全文索引与空间索引和空间字段",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

表述再通顺一点

Rule: driverV2.Rule{
Name: DDLAvoidFullTextAndGeometry,
Desc: "禁止使用全文索引与空间索引和空间字段",
Annotation: "使用全文索引与空间索引和空间字段会造成额外的性能开销,占用更大的存储空间,降低MySQL的性能。",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

“使用全文索引与空间索引和空间字段”不太通顺

@ColdWaterLW ColdWaterLW merged commit e9b1ec9 into release-2.9999.x Nov 24, 2023
3 checks passed
@ColdWaterLW ColdWaterLW deleted the fix-issue2049 branch November 24, 2023 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants