https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20377
Bug ID: 20377
Summary: Various speed tweaks to 'remove_unused_authorities.pl'
script
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Command-line Utilities
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
Here is a patch to make 'remove_unused_authorities.pl' a bit faster
i get a 5x speedup after this patch
fyi: i pinched most of this patch from bulkmarcimport.pl
1/ import a bunch of authority record into a Koha, and index
2/ run script, note execution time
$ time perl ./misc/migration_tools/remove_unused_authorities.pl
real 0m50s
3/ apply patch
4/ run script again, and notice it's a bit faster
$ time perl ./misc/migration_tools/remove_unused_authorities.pl
real 0m10s
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
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/