-
Notifications
You must be signed in to change notification settings - Fork 745
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
[clickhouse] can't show progress for some query #1216
Comments
BTW, just kindly remind, I did some performance test against clickhouse follow the guide from https://datafuse.rs/overview/performance/, all use the newest master branch, but i have a very different result with that, some cases clickhouse is better :) |
Hi! |
Hmm, how do you build the datafuse? |
Just run with: cargo run --bin fuse-query --release instead of make build, seems no difference. |
You could try
and test again. |
On my local, I have set Thanks for your report @compasses |
Yes, that's meet my test to
That's not work on my environment:
BTW, where I can find the newest progress of this project? Currently I cannot create a local table and do some insert & query test right ? |
|
cool!big thanks, the os version: SMP Debian 4.14.81. |
Summary
If we run this query in ClickHouse client:
It can not show the progress, but the group by query is ok:
It seems that only the group by query working.
The text was updated successfully, but these errors were encountered: