-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Add index option to compute() #1499
Comments
Not sure how that would help - |
Sorry. I think I should've said But I am merging A with B to produce AB, which is bigger than either, then merging with C to produce something smaller. I figure a server-side merge of AB with C assisted by an index would be faster than bringing the data to R. But if I'm using RStudio Server, then it's no big deal for the data I'm working with. (If I were using RStudio with a remote database, then there'd be more of a difference.) (Of course, if one could slip arbitrary SQL in through the |
Ah yes, there should be an option to do that - it's easy to add. |
Checking that a column is unique is another possible application. Perhaps |
It would be great if
collect()
could be accompanied by the creation of indexes for performance.The text was updated successfully, but these errors were encountered: