Remove analysis update writing to storage while updating
Today the update algorithm will save and load parameters to storage while updating. We should replace this with keeping them in memory, and only writing once the update is completed.
Or at least explore how much memory this will require on a large case.
Blocked by: 3487
If this proves to be infeasable because the memory required is too large, we could consider using some other temporary storage.
No longer considered blocked, this should be as contained as possible if we have to revert it if it actually consumes too much memory.
Are we talking about these or something else?
https://github.com/equinor/ert/blob/bcc93d8cf92238187bfa6c996b64d0584f85d1ae/src/ert/analysis/_es_update.py#L108-L113
https://github.com/equinor/ert/blob/bcc93d8cf92238187bfa6c996b64d0584f85d1ae/src/ert/analysis/_es_update.py#L125-L131