Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use native ClickHouse protocol to insert samples #6884

Open
bnaecker opened this issue Oct 16, 2024 · 0 comments
Open

Use native ClickHouse protocol to insert samples #6884

bnaecker opened this issue Oct 16, 2024 · 0 comments
Assignees

Comments

@bnaecker
Copy link
Collaborator

We added support for the native ClickHouse protocol over TCP in #6584. This tracks using it to insert samples from oximeter. This might need a bit of work on the protocol client itself, since it's not entirely clear how to add data in the query ("in line" or in a following data block?). We might also want to add code that converts our database model types into and out of the native format (ideally, converting a sequence of those values to a single Block for the most bang for our TCP buck).

@bnaecker bnaecker self-assigned this Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant