Vector sink ClickHouse autocreate table if not exits. #23007
-
Please advise if vector sink ClickHouse creates the table if it does not exists in ClickHouse. |
Beta Was this translation helpful? Give feedback.
Answered by
satellite-no
May 14, 2025
Replies: 1 comment
-
It will not create a table if it doesn't exist as Clickhouse is a database with defined schemas so it cannot automatically infer the schema based on HTTP inserts. This is a Clickhouse limitation not Vector. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pront
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It will not create a table if it doesn't exist as Clickhouse is a database with defined schemas so it cannot automatically infer the schema based on HTTP inserts. This is a Clickhouse limitation not Vector.