[Improvement](statistics, multi catalog)Support iceberg table stats collection (#21481)
Fetch iceberg table stats automatically while querying a table. Collect accurate statistics for Iceberg table by running analyze sql in Doris (remove collect by meta option).
This commit is contained in:
@ -1742,13 +1742,6 @@ public class Config extends ConfigBase {
|
||||
@ConfField(mutable = true, masterOnly = false)
|
||||
public static boolean use_fuzzy_session_variable = false;
|
||||
|
||||
/**
|
||||
* Collect external table statistic info by running sql when set to true.
|
||||
* Otherwise, use external catalog metadata.
|
||||
*/
|
||||
@ConfField(mutable = true)
|
||||
public static boolean collect_external_table_stats_by_sql = true;
|
||||
|
||||
/**
|
||||
* Max num of same name meta informatntion in catalog recycle bin.
|
||||
* Default is 3.
|
||||
|
||||
Reference in New Issue
Block a user