system.s3_queue_settings
Contains information about the settings of S3Queue tables. Available from server version 24.10
.
Columns:
database
(String) — Database of the table with S3Queue Engine.table
(String) — Name of the table with S3Queue Engine.name
(String) — Setting name.value
(String) — Setting value.type
(String) — Setting type (implementation specific string value).changed
(UInt8) — 1 if the setting was explicitly defined in the config or explicitly changed.description
(String) — Setting description.alterable
(UInt8) — Shows whether the current user can change the setting via ALTER TABLE MODIFY SETTING: 0 — Current user can change the setting, 1 — Current user can't change the setting.