[Bug 3227] New: Branch transfer limits builds display hash inefficiently, not suitable for consortia
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3227 Summary: Branch transfer limits builds display hash inefficiently, not suitable for consortia Product: Koha Version: HEAD Platform: PC OS/Version: All Status: NEW Severity: major Priority: P3 Component: Circulation AssignedTo: galen.charlton@liblime.com ReportedBy: rch@liblime.com Estimated Hours: 0.0 Change sponsored?: --- Timeouts are likely to occur when loading admin/branch_transfer_limits.pl if a Koha system has a large number of branches and itemtype / ccodes defined. This is due to a three level nested loop used to build the display data structure. For larger data sets, a more efficient method needs to be implemented, e.g. C4::GetBranchTransferLimits could build the whole structure rather than calling IsBranchTransferAllowed num_branches^2 * num_ccodes times (18,000 times for 30 branches & 20 ccodes). -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3227 David Schuster <dschust1@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dschust1@gmail.com Status|NEW |RESOLVED Priority|P3 |PATCH-Sent Resolution| |FIXED --- Comment #1 from David Schuster <dschust1@gmail.com> 2009-09-14 02:58:52 --- "3227 is solved by 3565, though it looks like 3565 still needs some work. I am not involved with any of this new work on the branch transfer limits. I did the initial development, but it looks like Owen has done some work to improve its UI. Kyle" - as reported by David Schuster and email -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (2)
-
bugzilla-daemon@kohaorg.ec2.liblime.com -
bugzilla-daemon@liblime.com