Skip to content

v2.4.0

Choose a tag to compare

@saikonen saikonen released this 15 Jun 20:04
· 88 commits to master since this release
a9ac981

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

New Contributors

Full Changelog: v2.3.11...v2.4.0