Files
vault/changelog/29326.txt
miagilepner 1bfe364d65 VAULT-31907: Entity loading speedup (#29326)
* perf improvements for loading entities in unseal

* lint

* changelog

* abort on error

* update to defer
2025-01-24 16:06:01 +01:00

4 lines
192 B
Plaintext

```release-note:improvement
core/identity: Improve performance of loading entities when unsealing by batching updates, caching local alias storage reads, and doing more work in parallel.
```