这些设置可在 system.settings 中查看,并由 源代码 自动生成。
temporary_files_buffer_size
类型
NonZeroUInt64
默认值
1048576
版本历史
| 版本 | 默认值 | 注释 |
|---|---|---|
| 25.10 | 1048576 | 新增设置 |
临时 File 写入器的缓冲区大小。缓冲区越大,系统调用越少,但内存消耗也会越多。
temporary_files_codec
类型
String
默认值
LZ4
为在 disk 上进行排序和连接操作时使用的临时 File 设置压缩 codec。
可选值:
- LZ4 — 应用 LZ4 压缩。
- NONE — 不应用压缩。