]> git.koha-community.org Git - koha.git/commit
bug 2859: add index on bibioitems.issn (DB rev 006)
authorChris Cormack <chris@bigballofwax.co.nz>
Fri, 4 Sep 2009 04:04:03 +0000 (16:04 +1200)
committerChris Cormack <chris@bigballofwax.co.nz>
Fri, 4 Sep 2009 04:04:03 +0000 (16:04 +1200)
commit829a423e86dd010f34b0a3c24e9a1f560641116b
tree26047c93fbb0bbb9e8c1c276000c11f3e8ac2073
parent3d29569e4c454d4a94bc4258b28972527cdaa6e4
bug 2859: add index on bibioitems.issn (DB rev 006)

Because of a query on biblioitems.issn in
C4::Breeding::ImportBreeding(), libraries doing a lot
of bib imports were experiencing performance problems,
which adding an index will alleviate.

A possible longer term solution is to index all
reservoir/import batch records in a Zebra database.

[LL bug 232]

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Bumping version number for 3.0.4

Conflicts:

kohaversion.pl
installer/data/mysql/kohastructure.sql
installer/data/mysql/updatedatabase.pl
kohaversion.pl