[Koha-bugs] [Bug 8219] New: get_biblio_authorised_values embarrassingly inefficient

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Jun 10 02:39:00 CEST 2012


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

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 8219
          Assignee: gmcharlt at gmail.com
           Summary: get_biblio_authorised_values embarrassingly
                    inefficient
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: jcamins at cpbibliography.com
          Hardware: All
            Status: NEW
           Version: master
         Component: Architecture, internals, and plumbing
           Product: Koha

The routine C4::Biblio::get_biblio_authorised_values is horrifyingly
inefficient. In a relatively low-powered system with a large number of
authorized values, exclusive time in get_biblio_authorised_values can be
several seconds or more when doing a search, since the routine is called once
per result.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list