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
./datafusion-cli-filter-pushdown -c "SELECT \"WatchID\", \"ClientIP\", COUNT(*) AS c, SUM(\"IsRefresh\"), AVG(\"ResolutionWidth\") FROM hits WHERE \"SearchPhrase\" <> '' GROUP BY \"WatchID\", \"ClientIP\" ORDER BY c DESC LIMIT 10;"
Is your feature request related to a problem or challenge?
Both @rluvaton and I have seen
I saw this when running the following query
./datafusion-cli-filter-pushdown -c "SELECT \"WatchID\", \"ClientIP\", COUNT(*) AS c, SUM(\"IsRefresh\"), AVG(\"ResolutionWidth\") FROM hits WHERE \"SearchPhrase\" <> '' GROUP BY \"WatchID\", \"ClientIP\" ORDER BY c DESC LIMIT 10;"
Using hits.parquet: https://datasets.clickhouse.com/hits_compatible/hits.parquet
I am not sure what @rluvaton was doing when he saw it
Describe the solution you'd like
Review and see if this is a performance bottleneck we can remove
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: