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

--- Comment #5 from Kyle M Hall <k...@bywatersolutions.com> ---
Created attachment 17307
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17307&action=edit
Bug 10004 - Delay batch record count updates until the end of the z39.50 search
[3.8.x] [3.10.x]

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
Koha-bugs@lists.koha-community.org
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