Koha/installer/data/mysql
Fridolin Somers 2ccecbe3ac 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.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
2015-05-14 12:08:26 -03:00
..
atomicupdate Bug 11006: DBRev 3.19.00.040 2015-05-14 11:11:59 -03:00
de-DE Bug 14119: Missing de-DE DISCHARGE message (German wording) 2015-05-06 10:40:07 -03:00
en Bug 8007: Discharge - DB changes 2015-04-30 12:33:46 -03:00
es-ES Bug 8007: Discharge - DB changes 2015-04-30 12:33:46 -03:00
fr-FR Bug 8007: Discharge - DB changes 2015-04-30 12:33:46 -03:00
it-IT Bug 8007: Discharge - DB changes 2015-04-30 12:33:46 -03:00
mandatory Bug 14030 - Added tests for duplicates. 2015-04-24 09:55:54 -03:00
nb-NO Bug 8007: Discharge - DB changes 2015-04-30 12:33:46 -03:00
pl-PL Bug 8007: Discharge - DB changes 2015-04-30 12:33:46 -03:00
ru-RU Bug 8007: Discharge - DB changes 2015-04-30 12:33:46 -03:00
uk-UA Bug 8007: Discharge - DB changes 2015-04-30 12:33:46 -03:00
backfill_statistics.pl
kohastructure.sql Bug 14132: suggestions table is missing indexes 2015-05-14 12:08:26 -03:00
labels_upgrade.pl Bug 9978: Replace license header with the correct license (GPLv3+) 2015-04-20 09:59:38 -03:00
patroncards_upgrade.pl Bug 9978: Replace license header with the correct license (GPLv3+) 2015-04-20 09:59:38 -03:00
sysprefs.sql Bug 13889: Add information about cron jobs to system log 2015-05-04 11:11:14 -03:00
update22to30.pl
updatedatabase.pl Bug 11006: DBRev 3.19.00.040 2015-05-14 11:11:59 -03:00