Skip to content

[feature](statistics)Support enable/disable auto analyze for table. (#39532)#48863

Merged
yiguolei merged 1 commit intoapache:branch-2.1from
Jibing-Li:blackwhite2.1
Mar 14, 2025
Merged

[feature](statistics)Support enable/disable auto analyze for table. (#39532)#48863
yiguolei merged 1 commit intoapache:branch-2.1from
Jibing-Li:blackwhite2.1

Conversation

@Jibing-Li
Copy link
Contributor

backport: #39532

@hello-stephen
Copy link
Contributor

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR.

Please clearly describe your PR:

  1. What problem was fixed (it's best to include specific error reporting information). How it was fixed.
  2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be.
  3. What features were added. Why was this function added?
  4. Which code was refactored and why was this part of the code refactored?
  5. Which functions were optimized and what is the difference before and after the optimization?

@Jibing-Li Jibing-Li marked this pull request as ready for review March 10, 2025 08:54
@Jibing-Li
Copy link
Contributor Author

run buildall

@Jibing-Li Jibing-Li requested a review from yiguolei as a code owner March 10, 2025 11:49
@Jibing-Li Jibing-Li force-pushed the blackwhite2.1 branch 2 times, most recently from 50c6ca6 to 9450154 Compare March 11, 2025 03:42
…pache#39532)

Support enable/disable auto analyze for table by setting table
properties.
```
ALTER TABLE table_name SET ("auto_analyze_policy" = "enable");
ALTER TABLE table_name SET ("auto_analyze_policy" = "disable");
ALTER TABLE table_name SET ("auto_analyze_policy" = "base_on_catalog");
```
@Jibing-Li
Copy link
Contributor Author

run buildall

@yiguolei yiguolei merged commit ed3a979 into apache:branch-2.1 Mar 14, 2025
20 checks passed
@Jibing-Li Jibing-Li deleted the blackwhite2.1 branch March 14, 2025 09:58
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.

3 participants