@ -1968,16 +1968,20 @@ public class Config extends ConfigBase {
|
||||
* Max cache num of hive partition.
|
||||
* Decrease this value if FE's memory is small
|
||||
*/
|
||||
@ConfField(mutable = false, masterOnly = false)
|
||||
public static long max_hive_partition_cache_num = 100000;
|
||||
@ConfField(description = {"Hive Metastore 表级别分区缓存的最大数量。",
|
||||
"Max cache number of partition at table level in Hive Metastore."})
|
||||
public static long max_hive_partition_cache_num = 10000;
|
||||
|
||||
@ConfField(mutable = false, masterOnly = false, description = {"Hive表名缓存的最大数量。",
|
||||
"Max cache number of hive table name list."})
|
||||
public static long max_hive_table_cache_num = 1000;
|
||||
@ConfField(description = {"Hudi/Iceberg 表级别缓存的最大数量。",
|
||||
"Max cache number of hudi/iceberg table."})
|
||||
public static long max_external_table_cache_num = 1000;
|
||||
|
||||
@ConfField(mutable = false, masterOnly = false, description = {
|
||||
"Hive分区表缓存的最大数量", "Max cache number of hive partition table"
|
||||
})
|
||||
@ConfField(description = {"External Catalog 中,Database 和 Table 的实例缓存的最大数量。",
|
||||
"Max cache number of database and table instance in external catalog."})
|
||||
public static long max_meta_object_cache_num = 1000;
|
||||
|
||||
@ConfField(description = {"Hive分区表缓存的最大数量",
|
||||
"Max cache number of hive partition table"})
|
||||
public static long max_hive_partition_table_cache_num = 1000;
|
||||
|
||||
@ConfField(mutable = false, masterOnly = false, description = {"获取Hive分区值时候的最大返回数量,-1代表没有限制。",
|
||||
|
||||
Reference in New Issue
Block a user