[Koha-bugs] [Bug 22690] Merging records with many items too slow (Elasticsearch)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 30 16:27:59 CET 2020


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

--- Comment #21 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Comment on attachment 98143
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=98143
Bug 22690: Refactor merging of records to improve performance (Elasticsearch)

Review of attachment 98143:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=22690&attachment=98143)
-----------------------------------------------------------------

This looks like a reasonable approach to me and seems to work well.. a
relatively minor point regarding the introduce Koha/Biblio method.

::: Koha/Biblio.pm
@@ +854,5 @@
> +Move items from the given biblio
> +
> +=cut
> +
> +sub move_items_from_biblio {

I feel like 'move_items_from_biblio' isn't immediately obvious as a function
name.. are we moving from 'this' biblio or to it..  perhaps
'adopt_items_from_biblio' is a bit clearer?

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


More information about the Koha-bugs mailing list