You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
The text was updated successfully, but these errors were encountered:
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;
The text was updated successfully, but these errors were encountered: