Skip to content

Is it possible to use backend-specific column types and codecs for clickhouse? #7287

Answered by seandavi
seandavi asked this question in Q&A
Discussion options

You must be logged in to vote

To use clickhouse "well" really does require getting one's hands dirty with their SQL dialect and database-specific features. It's probably better for Ibis to spend time on more general functionality.

If someone asked about how to work with Clickhouse and Ibis together, what I would recommend at this point is to use Ibis as usual, create the table "as is" using Ibis (without clickhouse-specific features), and then use SQL (CTAS) to generate a fine-tuned table that has all the clickhouse bells-and-whistles.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@cpcloud
Comment options

@seandavi
Comment options

Answer selected by seandavi
@cpcloud
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants