Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃И Scalability: The ability to aggregate "row_number" and "rank" by "count'. #8924

Open
oalexdoda opened this issue Sep 4, 2022 · 0 comments
Labels
k/enhancement New feature or improve an existing feature t/native-dbs

Comments

@oalexdoda
Copy link

Is your proposal related to a problem?

Described what I'm trying to achieve here:
#8923

Describe the solution you'd like

An easy way to run an aggregate that returns the row_number(), and rank(), over a value such as count, sum, etc. Absolutely essential when designing systems like leaderboards at scale.

Describe alternatives you've considered

Tried getting the raw SQL query from "Analyze" and tinkering around with it, but couldn't get to a successful result. A built-in solution would save hours of work and help unlock an essential way to use Hasura aggregations at scale.

image

@oalexdoda oalexdoda added the k/enhancement New feature or improve an existing feature label Sep 4, 2022
@sassela sassela removed their assignment Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
k/enhancement New feature or improve an existing feature t/native-dbs
Projects
None yet
Development

No branches or pull requests

3 participants