http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10004 Bug ID: 10004 Summary: Delay batch record count updates until the end of the z39.50 search Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Z39.50 / SRU / OpenSearch Servers Assignee: gmcharlt@gmail.com Reporter: kyle.m.hall@gmail.com CC: m.de.rooy@rijksmuseum.nl 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.