Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

remote_filesystem_* 会话设置

这些设置可在 system.settings 中查看,并由 源文件 自动生成。

remote_filesystem_read_method

类型
String
默认值
threadpool

用于从远程文件系统读取数据的方法,可选值为:read、threadpool。

remote_filesystem_read_prefetch

类型
Bool
默认值
1

从远程文件系统读取数据时,是否使用预取。

Navigation