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

Performance issue #190

Open
susanth19 opened this issue Jul 7, 2022 · 0 comments
Open

Performance issue #190

susanth19 opened this issue Jul 7, 2022 · 0 comments

Comments

@susanth19
Copy link

hi,

i am trying to perform the left join operation on these two dataframes (df1 = df1.LeftJoin(df2.Select([]string{"col1","col2","col3", "col4", "col5"}), "col1", "col2")) .where df1 consists of around 50k rows and df2 consists of around 91k rows.but it is taking around 19 minutes to complete this left join operation.is there any way to optimize the execution time of this operation or am i doing it in a wrong way?

any suggestions on this performance issue would be great?

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

No branches or pull requests

1 participant