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

--- Comment #11 from Fridolin SOMERS <fridolyn.som...@biblibre.com> ---
Created attachment 39135
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=39135&action=edit
Bug 14053 - Acquisition db tables are missing indexes

Acquisition db tables are missing some indexes to have performance queries.
This patch adds an index on some columns very often used in search queries,
such as aqbooksellers.name and aqbudgets.budget_code.
Also adds an index on aqorders.orderstatus, very often used with hardcoded
value like 'cancelled', in various queries.

Test plan :
 - Check SQL syntax is correct
 - Try to compare performance after and before database update. I think query
contained in C4::Acquistion::GetInvoices could be a good example

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to