v2.4.0
Improvements
Improve query performance for Metaflow UI with full indexes
There was an issue with the partial indexes not being used by the Metaflow UI backend queries, resulting in poor performance on platforms with a majority of the resources having string format ID's (e.g. argo-testflow-abc132, sfn-testflow-5abc4, t-123abc).
This release includes a database migration to change the existing partial indexes for resources with string format ID's with full ones.
Considerations
The creation of the indexes in the migration has been set to happen concurrently, so as not to impact regular operations.
Depending on the size of the database this can take a substantial amount of time though, during which higher than average loads can occur as the index is built.
What's Changed
- Drop all partial indexes and replace them with full indexes by @sarthak in #341
- Bump version to 2.4.0 by @saikonen in #365
New Contributors
Full Changelog: v2.3.11...v2.4.0