Actions
Bug #29543
closedAddDockerTagJoinTable and AddDockerMetaTagJoinTable migrations take too long
Description
For environments with a large number of repos, this migration takes a long time even if there aren't any docker tags. I believe it's due to the block that runs through each repo and updates its tags/meta_tags. We could probably query instead for the repositories that have tags and update those.
Updated by Ian Ballou almost 5 years ago
After a test with ~8.5k repos, the migration was significantly faster when only migrating Repository.docker_type
Updated by Jonathon Turel almost 5 years ago
- Status changed from New to Rejected
- Target version set to Katello Recycle Bin
- Triaged changed from No to Yes
Actions