-
Notifications
You must be signed in to change notification settings - Fork 112
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 difference between write_async and write_dataframe_async #953
Comments
I can't reproduce this behaviour in a dataset of 4 million or 8 million records. |
Hi @echangcl, |
@echangcl
|
Tried to use both pandas=1.5.3 & 2.0.3, still the same result. Write_dataframe_async is slower than write_async |
Describe what did you try to do with TM1py
I tried to compare the performance of TI execution / write_dataframe / write_async / write_dataframe_async in TM1py.
Use a huge source file, which has more than 25 million records, to do the testing.
Found that write_async performance is much better than write_dataframe_async. is it normal?
Describe what's not working the way you expect
The only difference between testing of write_async and write_dataframe_async:
So I expect write_dataframe_async should be faster than write_async. But it's not.
Version
The text was updated successfully, but these errors were encountered: