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

variable: add all text series types into tidb_analyze_skip_column_types | tidb-test=pr/2319 #52663

Merged

Conversation

hawkingrei
Copy link
Member

@hawkingrei hawkingrei commented Apr 17, 2024

What problem does this PR solve?

Issue Number: close #52636

Problem Summary:

What changed and how does it work?

update the default value of tidb_analyze_skip_column_types and put all text series types into it.

Check List

Tests

  • Unit test
  • Integration test
  • Manual test (add detailed scripts or steps below)
  • No need to test
    • I checked and no code files have been changed.

Side effects

  • Performance regression: Consumes more CPU
  • Performance regression: Consumes more Memory
  • Breaking backward compatibility

Documentation

  • Affects user behaviors
  • Contains syntax changes
  • Contains variable changes
  • Contains experimental features
  • Changes MySQL compatibility

Release note

Please refer to Release Notes Language Style Guide to write a quality release note.

variable: add all text series types into tidb_analyze_skip_column_types

@ti-chi-bot ti-chi-bot bot added do-not-merge/needs-linked-issue do-not-merge/needs-tests-checked release-note-none Denotes a PR that doesn't merit a release note. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. release-note Denotes a PR that will be considered when it comes time to generate release notes. and removed do-not-merge/needs-linked-issue release-note-none Denotes a PR that doesn't merit a release note. do-not-merge/needs-tests-checked labels Apr 17, 2024
@ti-chi-bot ti-chi-bot bot added the needs-1-more-lgtm Indicates a PR needs 1 more LGTM. label Apr 17, 2024
Copy link

codecov bot commented Apr 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.2743%. Comparing base (06ee59b) to head (764c03c).
Report is 7 commits behind head on master.

Additional details and impacted files
@@               Coverage Diff                @@
##             master     #52663        +/-   ##
================================================
+ Coverage   72.0208%   74.2743%   +2.2534%     
================================================
  Files          1499       1499                
  Lines        431246     432649      +1403     
================================================
+ Hits         310587     321347     +10760     
+ Misses       101361      91497      -9864     
- Partials      19298      19805       +507     
Flag Coverage Δ
integration 49.4508% <ø> (?)
unit 71.3914% <ø> (+0.1599%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
dumpling 53.9957% <ø> (ø)
parser ∅ <ø> (∅)
br 46.3827% <ø> (+8.0180%) ⬆️

@easonn7
Copy link

easonn7 commented Apr 17, 2024

/approve

@ti-chi-bot ti-chi-bot bot added the approved label Apr 17, 2024
@hawkingrei
Copy link
Member Author

/retest

Copy link

ti-chi-bot bot commented Apr 17, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: AilinKid, easonn7, winoros

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ti-chi-bot ti-chi-bot bot added lgtm and removed needs-1-more-lgtm Indicates a PR needs 1 more LGTM. labels Apr 17, 2024
Copy link

ti-chi-bot bot commented Apr 17, 2024

[LGTM Timeline notifier]

Timeline:

  • 2024-04-17 08:01:08.449502089 +0000 UTC m=+411487.560548538: ☑️ agreed by AilinKid.
  • 2024-04-17 13:07:53.931434658 +0000 UTC m=+429893.042481104: ☑️ agreed by winoros.

@hawkingrei
Copy link
Member Author

/retest

@hawkingrei hawkingrei force-pushed the update_tidb_analyze_skip_column_types branch from 840bfbe to 653eff8 Compare April 18, 2024 00:58
@hawkingrei hawkingrei changed the title variable: add all text series types into tidb_analyze_skip_column_types variable: add all text series types into tidb_analyze_skip_column_types | tidb-test=pr/2319 Apr 18, 2024
@hawkingrei
Copy link
Member Author

/retest

2 similar comments
@hawkingrei
Copy link
Member Author

/retest

@hawkingrei
Copy link
Member Author

/retest

@hawkingrei
Copy link
Member Author

/test all

@hawkingrei hawkingrei force-pushed the update_tidb_analyze_skip_column_types branch 2 times, most recently from f9c12c7 to bbefa3b Compare April 22, 2024 14:46
Signed-off-by: Weizhen Wang <[email protected]>
Signed-off-by: Weizhen Wang <[email protected]>
Signed-off-by: Weizhen Wang <[email protected]>
@hawkingrei hawkingrei force-pushed the update_tidb_analyze_skip_column_types branch from bbefa3b to 764c03c Compare May 6, 2024 05:47
@hawkingrei
Copy link
Member Author

/retest

6 similar comments
@hawkingrei
Copy link
Member Author

/retest

@hawkingrei
Copy link
Member Author

/retest

@hawkingrei
Copy link
Member Author

/retest

@hawkingrei
Copy link
Member Author

/retest

@hawkingrei
Copy link
Member Author

/retest

@hawkingrei
Copy link
Member Author

/retest

@ti-chi-bot ti-chi-bot bot merged commit b6435d1 into pingcap:master May 7, 2024
20 of 21 checks passed
@hawkingrei hawkingrei deleted the update_tidb_analyze_skip_column_types branch May 7, 2024 03:17
3AceShowHand pushed a commit to 3AceShowHand/tidb that referenced this pull request May 7, 2024
terry1purcell pushed a commit to terry1purcell/tidb that referenced this pull request May 17, 2024
RidRisR pushed a commit to RidRisR/tidb that referenced this pull request May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved lgtm release-note Denotes a PR that will be considered when it comes time to generate release notes. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

the default value of tidb_analyze_skip_column_types should over all large column type.
4 participants