https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40777

Baptiste Wojtkowski (bwoj) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |baptiste.wojtkowski@biblibr
                   |                            |e.com

--- Comment #58 from Baptiste Wojtkowski (bwoj) 
<[email protected]> ---
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.
_______________________________________________
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/

Reply via email to