mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
1.3 KiB
1.3 KiB
slug |
---|
/en/operations/system-tables/settings_profiles |
settings_profiles
Contains properties of configured setting profiles.
Columns:
-
name
(String) — Setting profile name. -
id
(UUID) — Setting profile ID. -
storage
(String) — Path to the storage of setting profiles. Configured in theaccess_control_path
parameter. -
num_elements
(UInt64) — Number of elements for this profile in thesystem.settings_profile_elements
table. -
apply_to_all
(UInt8) — Shows that the settings profile set for all roles and/or users. -
apply_to_list
(Array(String)) — List of the roles and/or users to which the setting profile is applied. -
apply_to_except
(Array(String)) — The setting profile is applied to all roles and/or users excepting of the listed ones.