http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14132 Fridolin SOMERS <fridolyn.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #38806|0 |1 is obsolete| | --- Comment #5 from Fridolin SOMERS <fridolyn.somers@biblibre.com> --- Created attachment 38841 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=38841&action=edit Bug 14132 - suggestions table is missing indexes Suggestions table is missing some indexes. Index on biblionumber will speed up C4::Suggestions::GetSuggestionInfoFromBiblionumber(), often called in a loop. Index on status and branchcode will speed up many queries. Note that an index on budgetid is automatically added by the creation of the foreign key constraint. Test plan : - Check performance with an invoice containing a lot of orders. - Check suggestions pages are faster or at least not slower. -- You are receiving this mail because: You are watching all bug changes.