mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
1.3 KiB
1.3 KiB
slug |
---|
/zh/operations/system-tables/settings_profiles |
system.settings_profiles
包含 Setting 配置文件中指定的属性.
列信息:
-
name
(String) — Setting 配置文件 name. -
id
(UUID) — Setting 配置文件 ID. -
storage
(String) — Setting 配置文件的存储路径. 在access_control_path
参数中配置. -
num_elements
(UInt64) —system.settings_profile_elements
表中此配置文件的元素数. -
apply_to_all
(UInt8) — 为所有角色和/或用户设置的 Setting 配置文件. -
apply_to_except
(Array(String)) — Setting 配置文件适用于除所列角色和/或用户之外的所有角色和/或用户.