[Koha-bugs] [Bug 14132] suggestions table is missing indexes

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 4 14:03:37 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14132

--- Comment #1 from Fridolin SOMERS <fridolyn.somers at biblibre.com> ---
Created attachment 38806
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=38806&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.


More information about the Koha-bugs mailing list