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

Data Collection - takes too long #50

Open
3 tasks
cpranav93 opened this issue Jan 22, 2024 · 0 comments
Open
3 tasks

Data Collection - takes too long #50

cpranav93 opened this issue Jan 22, 2024 · 0 comments
Assignees
Labels
DGL-PTM related to DGL-PTM

Comments

@cpranav93
Copy link

The current implementation of the data collection is taking a lot of runtime accounting for ~75% of the total runtime as per the profiler. This needs to be improved. Currently the following options are being considered:

  • Zarr parallel storage
  • Dask-zarr parallel storage
  • Asyncio

From preliminary testing, zarr parallel storage is not showing any improvement but the use of dask/zarr significantly speeds up the model run (down from 180s to 50s).

@cpranav93 cpranav93 added the DGL-PTM related to DGL-PTM label Jan 22, 2024
@cpranav93 cpranav93 self-assigned this Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DGL-PTM related to DGL-PTM
Projects
None yet
Development

No branches or pull requests

1 participant