https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40777 Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |baptiste.wojtkowski@biblibr | |e.com --- Comment #58 from Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski@biblibre.com> --- This patch appears to slow the inconsistencies checks on big databases (from about 15-30 mins to 1 day on some customers). Calls like the following one result in a SQL IN that is breaking performances.
my $items_with_invalid_itype = Koha::Items->search( { biblionumber => $ids, -and => [ itype => { not_in => \@itemtypes }, itype => { '!=' => '' > } ] } );
-- You are receiving this mail because: You are watching all bug changes.