http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10004
--- Comment #1 from Kyle M Hall <[email protected]> --- Created attachment 17296 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17296&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. -- 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/
