Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
ClickHouse launches Claude-powered Agents and House Mates partner program at Open House 2026 Read more →
字典源类型配置
default
source
SOURCE
CREATE DICTIONARY dict_name (...) ... SOURCE(SOURCE_TYPE(param1 val1 ... paramN valN)) -- 源配置 ...
<clickhouse> <dictionary> ... <source> <source_type> <!-- 源配置 --> </source_type> </source> ... </dictionary> ... </clickhouse>
SOURCE_TYPE
source_type
SOURCE(FILE(path './user_files/os.tsv' format 'TabSeparated')) SETTINGS(format_csv_allow_single_quotes = 0)
<source> <file> <path>/opt/dictionaries/os.tsv</path> <format>TabSeparated</format> </file> <settings> <format_csv_allow_single_quotes>0</format_csv_allow_single_quotes> </settings> </source>
此页面对您有帮助吗?