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

Kyle M Hall <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #17297|0                           |1
        is obsolete|                            |

--- Comment #3 from Kyle M Hall <[email protected]> ---
Created attachment 17298
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17298&action=edit
Bug 10004 - Delay batch record count updates until the end of the z39.50 search

Right now when a z39.50 search is run, _update_batch_record_counts is
run for each record. If multiple duplicate bibs are in the search, it
will be run for each of them. For Koha installations with very large
numbers of batches, this can cause significant slowdowns. It would be
better to delay this update until the very end so we can update each
batch only once. In addition, we can fork this process, as it is not
neccessary to wait for it before displaying results.

Test Plan:
1) Apply patch
2) Perform a z39.50 search

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
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