Replies: 1 comment 1 reply
-
|
Hello @fdcastel absolutely, this is a community extension and any community effort will be supported if you choose to use it.
The clickhouse-native extension (not this one which only carries macros) is built using the clickhouse rust native client so it uses the raw binary protocol which AFAIK is the fastest way around. You'll have to test both to find out the answer - feel free to share results! We'll patch and push the new version updates forward when time allows (although I'd be nice to get contributions, too 😆 ) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I attempted to install this extension, but it appears that there is no binary available for DuckDB v1.4.4.
With DuckDB v1.5 approaching and issue #32 still unresolved, I’m concerned that this project may no longer be actively maintained.
I’m about to start a new project that will require ClickHouse (or possibly another database -- we haven’t finalized that decision yet).
If we choose ClickHouse, I’d be happy to contribute to this extension with PRs and fixes. However, before committing to that path, I’d like to understand whether the maintainers intend to continue supporting and maintaining this project.
Additionally, DuckDB v1.5 will introduce a new ODBC scanner, which already includes the ClickHouse ODBC driver in its CI tests, effectively providing first-class support to ClickHouse.
So my main questions are:
Beta Was this translation helpful? Give feedback.
All reactions