You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "comphead (via GitHub)" <gi...@apache.org> on 2023/02/17 18:48:45 UTC

[GitHub] [arrow-datafusion] comphead commented on issue #5313: Improve performance for DISTINCT queries

comphead commented on issue #5313:
URL: https://github.com/apache/arrow-datafusion/issues/5313#issuecomment-1435093379

   ![df-distinct-graph](https://user-images.githubusercontent.com/10247224/219758353-c5b40d5c-5a2b-4ff0-9e66-4b904e941b19.svg)
   Adding Flamegraph profiler for query 
   ```SELECT COUNT(*) AS c, COUNT(DISTINCT "UserID") FROM hits GROUP BY "RegionID" LIMIT 10;```
   


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org