- Notifications
You must be signed in to change notification settings - Fork1.9k
How to insert binary data into Clickhouse?#24252
Unanswered
pentlander asked this question inQ&A
-
QuestionMy Clickhouse schema has some binary data (in this case fixnum 16 UUIDs) that I want to insert from Vector. The Clickhouse sink doesn't support this because the binary data ends up getting converted into a UTF-8 string in the json output. Clickhouse supports ingesting invalid UTF-8 strings in json strings to allow binary data, but the serialization Vector performs doesn't allow this. What would be the best way right now to ingest binary data into Clickhouse? I'd rather not do HTTP sink + protobuf as that adds yet another config to keep track of. Vector ConfigNo response Vector LogsNo response |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 0 comments
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment