Best Practices for Optimizing ORDER BY Performance with Large Datasets #6906
Unanswered
Ajith-mialo
asked this question in
Q&A
Replies: 1 comment
-
What type of data source are you running the query on? 😄 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'm currently working with Redash to query and visualize large datasets, and I'm encountering performance issues when using ORDER BY on tables with millions of rows. The sorting operation seems to be taking a significant amount of time, impacting the overall query performance.
I've already explored some general strategies like indexing and limiting result sets, but I'd like to hear from the community about any additional best practices or specific Redash settings that can help optimize ORDER BY performance for large datasets.
Beta Was this translation helpful? Give feedback.
All reactions