-
Type:
Task
-
Status: Closed
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: 7.4.3.8 CE GA8, 7.4.13 DXP U4, Master
-
Component/s: Performance, Web Content > Web Content Administration
-
Git Pull Request:
Right now when status is used as filter in the JournalArticleFinderImpl methods a full table scan is performed against the tempJournalArticle table because only status is used as where clause and no index can then be suggested.