Hi,
I have been doing some quick performance analysis using PLEXOS 8.3 on:
I extracted hourly load data on 29 regions across a single year (producing 253344 rows).
My results for running the query and converting the result into a pandas dataframe are the following:
| Method |
Time |
| Query |
20.4 s ± 466 ms |
| QueryToList |
46.4 s ± 266 ms |
I would like to understand why you changed to using QueryToList and what results you got for its performance.
Hi,
I have been doing some quick performance analysis using PLEXOS 8.3 on:
I extracted hourly load data on 29 regions across a single year (producing 253344 rows).
My results for running the query and converting the result into a pandas dataframe are the following:
I would like to understand why you changed to using QueryToList and what results you got for its performance.