[Koha-bugs] [Bug 15107] Batch Patron Deletion (Trash) Performance Improvement

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 16 13:14:37 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15107

Martin Renvoize <martin.renvoize at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |martin.renvoize at ptfs-europe
                   |                            |.com

--- Comment #5 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Hi Catherine, 

What sort of appetite do you have for expanding the scope of this as hinted
above?

I feel koha is in a somewhat transitional stage at the moment regarding
performance/coding standards.. I certainly don't wan't to put you off this
important work but would like to see some alternatives that actually attempt to
fix up the api's rather than make 'fixes' on top of old design decisions.

For instance, the 'Move' routine not being a Move at all, but rather a Copy..
this is leading to bugs elsewhere. Also, the routine not being clear as to
whether it requires a borrowernumber or a member hashref is likely to lead to
bugs.  I also think there could be an improvement to allow for passing lists of
borrowernumber as a posed to single borrowers which could lead to performance
gains too.  This is all skirting the issue of data integrity and the lack of
good db constraints meaning that objects could well become orphans after
running this routine :(

Any thoughts?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list