-
Notifications
You must be signed in to change notification settings - Fork 70
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
🚀 [Feature]: ClickHouse Implementation #1204
Comments
I'll work on that! |
@luk3skyw4lker Go driver is here https://github.com/ClickHouse/clickhouse-go seems the native interface is faster than the SQL one. The http one is experimental |
@gaby thanks for finding it! I claimed the issue and was going to start looking for a driver now |
I'm having some trouble executing the create table statement and I'm not finding any reference in their docs, so I opened an issue in the go client repository and will be waiting for an answer. Here's the issue: ClickHouse/clickhouse-go#1238 |
Turns out this isn't a thing in Clickhouse itself so I will have to come up with something different for this feature, I'll be working on some ideas and wil put up a PR soon |
@luk3skyw4lker What was the issue? |
@gaby the issue is that when creating the table inside the adapter (like all the other adapters do) you don't have a native way to safely bind a engine parameter. |
I made everything work out, only missing a few docs, will send a PR this week! |
Feature Description
I'd like to use Clickhouse as storage layer and having control over the table engine being used so I could store into different places effortless.
Additional Context (optional)
No response
Code Snippet (optional)
Checklist:
The text was updated successfully, but these errors were encountered: