[Bug 3301] New: rebuild_zebra is slow
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3301 Summary: rebuild_zebra is slow Product: Koha Version: rel_3_2 Platform: PC OS/Version: All Status: NEW Severity: enhancement Priority: P3 Component: Command-line Utilities AssignedTo: jmf@liblime.com ReportedBy: frederic@tamil.fr Estimated Hours: 0.0 Change sponsored?: --- rebuild_zebra processes biblio/author records in two steps: 1. All records are exported into a file. 2. This file is sent to Zebra indexer. Step 1 is very slow. rebuild_zebra spend more time in step 1 than 2! At step 1 records are read, sanitized and then written: - Records are read from DB table. - Transformation into MARC::Record is a CPU intensive task. - leader, ID record and UNIMARC 100 field are corrected. Step 1 could be simplified for proper Koha DB. marcxml record could be written directly in a file sent to Zebra indexer. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3301 MJR <mjr@ttllp.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mjr@ttllp.co.uk Priority|P3 |PATCH-Sent --- Comment #1 from MJR <mjr@ttllp.co.uk> 2009-06-12 17:31:32 --- http://lists.koha.org/pipermail/koha-patches/2009-June/003650.html from fredericd -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3301 --- Comment #2 from frederic@tamil.fr 2009-06-12 17:37:33 --- On some tests, if rebuild_zebra execution time is t: - 2 / 3 x t is spent exporting/sanitizing biblio records - 1 / 3 x t is spent in zebraidx -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3301 Galen Charlton <galen.charlton@liblime.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |galen.charlton@liblime.com --- Comment #3 from Galen Charlton <galen.charlton@liblime.com> 2009-06-29 12:54:53 --- Patch with -nosanitize option pushed to HEAD. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3301 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|jmf@liblime.com |gmcharlt@gmail.com -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3301 frederic@tamil.fr changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (2)
-
bugzilla-daemon@kohaorg.ec2.liblime.com -
bugzilla-daemon@liblime.com