Skip to content
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

Query Clickhouse is pretty slow #22153

Closed
njalan opened this issue May 27, 2024 · 1 comment
Closed

Query Clickhouse is pretty slow #22153

njalan opened this issue May 27, 2024 · 1 comment

Comments

@njalan
Copy link

njalan commented May 27, 2024

I am using clickhouse 406 and the same query is completed 1 second in clickhouse but it takes more than 1 minutes in trino.
Below is the query:
select * from test
where date(dt) >= date'2024-05-25'
and paramName = cast('xxxxx' as varbinary)
order by dt desc
limit 100;

@ebyhr
Copy link
Member

ebyhr commented May 27, 2024

The cause should be missing predicate pushdown. Closing as duplicate of #7100.

@ebyhr ebyhr closed this as not planned Won't fix, can't repro, duplicate, stale May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants