-
Notifications
You must be signed in to change notification settings - Fork 3
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
Long upload times #20
Comments
Same here with your example! If you want to move on, maybe switching to ARRAY(FLOAT) and uploading your series into one row is a workaround? This is fast as well with oedialect. |
Following df is uploaded to OEP (w/ same script), and it took
|
Well I searched little bit about " Upon reading the following: pandas-dev/pandas#8953, the only possible solution for this could be using some package called odo or something called d6tstack. I checked the I tried to implement that but it failed... I checked also all of the stackoverflow posts, they are also mentioning same things, there are some workarounds but not for all cases, so kinda dead-end. Probably best way: checking odo? or creating an algorithm to create dictionaries from the dataframe and apply following as in the examples https://github.com/OpenEnergyPlatform/examples/blob/feature/tutorial_reworked/api/OEP-oedialect_upload_from_csv.ipynb
|
I think @MGlauer fixed this issue in the oedialect. Not sure if released yet. |
Not yet. There is a fix, but atm it is rather fragile and I have to make it a bit more robust. |
@MGlauer - is the fix more robust now? |
@MGlauer this is fixed now? You mentioned something this week. |
Uploading a timeseries of 8760 entries (380kB) takes 4049.0355615615845 sec. which is more than an hour.
Download, on the other side, is done within milliseconds.
This is the function I execute, if that helps.
The text was updated successfully, but these errors were encountered: