StarRocks / starrocks

StarRocks, a Linux Foundation project, is a next-generation sub-second MPP OLAP database for full analytics scenarios, including multi-dimensional analytics, real-time analytics, and ad-hoc queries.
https://starrocks.io
Apache License 2.0
8.37k stars 1.69k forks source link

[BUG, DOC] Written property, but it's FE property. #46586

Closed amirjonr closed 1 month ago

amirjonr commented 1 month ago

Steps to reproduce the behavior (Required)

in docs: https://github.com/StarRocks/starrocks/blob/main/docs/en/using_starrocks/Cost_based_optimizer.md#automatic-collection-1 When I try create analyze table tb_name(clmn) PROPERTIES ("statistic_collect_interval_sec" = "84600") i got invalid property statistic_collect_interval_sec error;

However, data changes in Hudi tables cannot be perceived and StarRocks periodically collects statistics based on the check interval and collection interval you specified. You can specify the following properties when you create an Analyze job:

statistic_collect_interval_sec

Expected behavior (Required)

However, data changes in Hudi tables cannot be perceived and StarRocks periodically collects statistics based on the check interval and collection interval you specified. You can specify the following FE properties when you create an Analyze job:

statistic_collect_interval_sec

Real behavior (Required)

However, data changes in Hudi tables cannot be perceived and StarRocks periodically collects statistics based on the check interval and collection interval you specified. You can specify the following properties when you create an Analyze job:

statistic_collect_interval_sec

StarRocks version (Required)

Dshadowzh commented 1 month ago

Thanks for reporting, we'll fix it