https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24027
Bug ID: 24027
Summary: Adding multiple items is slow
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5 - low
Component: Cataloging
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
In cataloguing/additem.pl?biblionumber=XXX when we choose "add multiple copies
of the item" it's adds very slowly. I did analysis and there's one big
inefficiency of calling
ModZebra( $item->{biblionumber}, "specialUpdate", "biblioserver" );
in every AddItem call: it requests update for same biblionumber after adding
each new item and time for execution of this ModZebra grows exponentially.
My set of patches (preparatory + fix) I will provide here will make this call
to ModZebra happen once in the end of adding of the whole number of these items
once.
Also I will attach a few smaller follow-up patches where I propose
optimisations for extra operations.
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/