跳到主要内容
跳到主要内容

system.azure_queue_settings

包含 AzureQueue 表设置相关的信息。 自服务器版本 24.10 起可用。

列:

  • database (String) — 使用 S3Queue Engine 的表所在的数据库。
  • table (String) — 使用 S3Queue Engine 的表名。
  • name (String) — 设置名称。
  • value (String) — 设置值。
  • type (String) — 设置类型(具体实现相关的字符串值)。
  • changed (UInt8) — 如果该设置在配置中被显式定义或被显式修改,则为 1。
  • description (String) — 设置描述。
  • alterable (UInt8) — 指示当前用户是否可以通过 ALTER TABLE MODIFY SETTING 更改该设置:0 — 当前用户可以更改该设置,1 — 当前用户不能更改该设置。