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 increases for plotting and updates #8369

Open
yngve-sk opened this issue Aug 1, 2024 · 0 comments · May be fixed by #9338
Open

Performance increases for plotting and updates #8369

yngve-sk opened this issue Aug 1, 2024 · 0 comments · May be fixed by #9338
Assignees
Labels

Comments

@yngve-sk
Copy link
Contributor

yngve-sk commented Aug 1, 2024

issues/PRs that go towards combining datasets / responses go here

  1. (DONE) Combine gen datas on forward_model_ok and in responses.json
  2. (DONE) Use parquet format (prefer writing it w/ polars) for responses and observations
  3. (DONE) Move observations parsing to configs
  4. (Partially done) Make response configs generic (there are still some logic specific to response types in dark storage)
  5. Add more performance tests to see performance improvements/regressions: 8a944a9 , 68c2de9 , 233bee2
  6. One column per response key(?) - look into potential performance gains, should be faster due to not having to scan&filter per response key. (tests were green before join memory fix, join logic needs to be revised, but otherwise done) Try store response key as columns #9360
  7. Combine datasets (not done, but also not much missing) Combine responses across realizations #9338
    Statemap: Should be much faster than before, due to fe9926b , 8848f37 .
    Could make it faster by saving statemap to file whenever we update the cache.
@yngve-sk yngve-sk added the epic label Aug 1, 2024
@yngve-sk yngve-sk self-assigned this Aug 1, 2024
@sondreso sondreso moved this to In Progress in SCOUT Aug 8, 2024
@yngve-sk yngve-sk linked a pull request Nov 26, 2024 that will close this issue
@oyvindeide oyvindeide changed the title Combine datasets Performance increases for plotting and updates Dec 13, 2024
@oyvindeide oyvindeide moved this from In Progress to Backlog in SCOUT Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog
Development

Successfully merging a pull request may close this issue.

2 participants