doris icon indicating copy to clipboard operation
doris copied to clipboard

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

Open Jibing-Li opened this issue 6 months ago • 41 comments

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 avatar Aug 18 '24 09:08 Jibing-Li