[Koha-bugs] [Bug 26963] Improve Koha::Item::pickup_locations performance

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 11 19:31:11 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26963

Tomás Cohen Arazi <tomascohen at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Koha::Item::pickup_location |Improve
                   |s is very inefficient,      |Koha::Item::pickup_location
                   |causing timeouts on records |s performance
                   |with large numbers of       |
                   |holds/items                 |
         QA Contact|testopia at bugs.koha-communit |tomascohen at gmail.com
                   |y.org                       |
  Text to go in the|                            |Koha::Item::pickup_location
      release notes|                            |s is very inefficient,
                   |                            |causing timeouts on records
                   |                            |with large numbers of
                   |                            |holds/items.
                   |                            |
                   |                            |This
                   |                            |development refactors the
                   |                            |underlying implementation,
                   |                            |and also makes the method
                   |                            |return a resultset, to
                   |                            |delay as much as possible
                   |                            |the DB access, and thus
                   |                            |allowing for further
                   |                            |filtering  on the callers,
                   |                            |through chaining.

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


More information about the Koha-bugs mailing list