Skip to content

Conversation

@robtandy
Copy link
Collaborator

As a PR description, this query

SELECT COUNT(o.o_orderkey) AS order_count, c.c_name
FROM orders AS o
JOIN customer AS c
ON c.c_custkey = o.o_custkey
GROUP BY c.c_name
ORDER BY order_count desc;

Now produces this graphviz output with partitions = 4, max_partitions_per_task=2
image

@gabotechs gabotechs merged commit 61d2242 into main Sep 15, 2025
4 checks passed
@gabotechs gabotechs deleted the robtandy/better_graphviz_plans branch September 15, 2025 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants