doris
doris copied to clipboard
[feature](statistics)Support enable/disable auto analyze for table.
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");