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

            Bug ID: 9988
           Summary: Unneeded timeouts when saving authorities (Can we
                    merge smarter?)
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: MARC Authority data support
          Assignee: [email protected]
          Reporter: [email protected]

When saving an authority used in many biblios, Koha may have a timeout due to
updating all those bib records.
But in case I just update e.g. a 551 tag for the auth record, there is no need
at all to update all those bib records.

We should have a smarter merge function in C4/AuthoritiesMarc.pm.
Note that you could use the pref to move updating all biblios to a cron job.
Wouldn't it be nicer if we could do something in between? If we really need to
update a handful of records, do it rightaway. If we really (!!) need to update
2000 records (in my example Koha is updating 2000 records for nothing), we
could perhaps leave that to a cron job.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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