这些设置可在 system.settings 中查看,并由 源代码 自动生成。
enable_blob_storage_log
类型
Bool
默认值
1
版本历史
| 版本 | 默认值 | 注释 |
|---|---|---|
| 24.6 | 1 | 将 blob 存储操作信息写入 system.blob_storage_log 表 |
将 blob 存储操作信息写入 system.blob_storage_log 表
enable_blob_storage_log_for_read_operations
类型
Bool
默认值
0
版本历史
| 版本 | 默认值 | 注释 |
|---|---|---|
| 26.5 | 0 | 用于将 blob 存储读取操作记录到 system.blob_storage_log 的新增设置 |
将 blob 存储读取操作的信息写入 system.blob_storage_log 表。
还需要同时启用 enable_blob_storage_log。