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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Use LowCardinality for smaller columns #98

Merged
merged 5 commits into from
May 30, 2024

Conversation

bmtcril
Copy link
Contributor

@bmtcril bmtcril commented May 28, 2024

Generally for columns with less than 10k unique values this provides a noticeable performance benefit.

Accompanying PR is here: openedx/tutor-contrib-aspects#839

@bmtcril bmtcril force-pushed the bmtcril/update_instance_mvs branch 4 times, most recently from d87c0e2 to 33530af Compare May 29, 2024 18:01
Generally for columns with less than 10k unique values this provides a noticable performance benefit.
These currently get bogged down on large datasets, when querying across all time. This is an attempt to speed things up.
@bmtcril bmtcril merged commit 188fb23 into main May 30, 2024
4 checks passed
@bmtcril bmtcril deleted the bmtcril/update_instance_mvs branch May 30, 2024 17:55
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.

None yet

2 participants