[Clickhouse] Ibis significantly slower than clickhouse native client for python #6281
-
Hi, I am testing using ibis against clickhouse and found that ibis seems to run significantly slower than native clickhouse client. I wonder if someone could help explain the reason and advise on how to solve it. My experiment is as follows:
I currently plan to go with the second way, only using ibis as a SQL generator, but it's not as convenient as calling the .execute() method directly. Any advice is greatly appreciated. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 14 replies
-
Hey @rongxin-yu -- do you have an example to reproduce this behavior? That would help us track down what sounds like a bug. We expect Ibis to be a touch slower than using any backend directly, but on the order of seconds or fractions of seconds. |
Beta Was this translation helpful? Give feedback.
Awesome!
For future people who may observe this issue, the solution is: upgrade ibis :)
This change will be in the next release (6.0.0) which is slated for the end of June.