Project

Profile

Help

Task #8777

Updated by pulpbot over 2 years ago

 

 **Ticket moved to GitHub**: "pulp/pulpcore/1995":https://github.com/pulp/pulpcore/issues/1995 




 ---- 


 Content app is now going to auto-distribute the latest publication it can find for a distribution's repository. https://github.com/pulp/pulpcore/pull/1328/    This feature requires a query for the latest repository version sorted by earliest pulp_created date.    This query could potentially need an index in the future to remain performant. 

 Parent issue: https://pulp.plan.io/issues/8760 

 References for a multi-column index: https://devcenter.heroku.com/articles/postgresql-indexes#multi-column-indexes 

Back