-
Sub-task
-
Resolution: Done
-
Undefined
-
None
-
None
-
False
-
-
False
-
0
-
Phoenix - Content
-
-
-
Sprint 123, Sprint 124, Sprint 125, Sprint 126, Sprint 127, Sprint 128, Sprint 129, Sprint 130, Sprint 131, Sprint 132
DEV Tracker for https://issues.redhat.com/browse/SAT-19395
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2203077
Create the indices as mentioned in the related BZ via a migration:
https://bugzilla.redhat.com/show_bug.cgi?id=2226567#c1
su - postgres -c "psql foreman -c \"create index index_katello_installed_packages_nvra on katello_installed_packages(nvra);\""
su - postgres -c "psql foreman -c \"create index index_katello_installed_packages_nvra_epoch on katello_installed_packages(nvra, epoch);\""