haohuaijin opened a new issue, #22767:
URL: https://github.com/apache/datafusion/issues/22767
### Is your feature request related to a problem or challenge?
when i do one test use below sql, i find the performance is not except
```sql
SELECT
client_ip,
approx_distinct(trace_id) AS cnt
FROM
"*.parquet"
GROUP BY
client_ip ORDER BY cnt DESC LIMIT 10
```
i have 100M rows, and 0.5 M unique client_ip
datafusli-cli need 900s to get the result, but duckdb only need 3s
### Describe the solution you'd like
_No response_
### Describe alternatives you've considered
_No response_
### Additional context
_No response_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]