[Koha-bugs] [Bug 3301] New: rebuild_zebra is slow

bugzilla-daemon at liblime.com bugzilla-daemon at liblime.com
Sun Jun 7 09:30:27 CEST 2009


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 at liblime.com
        ReportedBy: frederic at 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.



More information about the Koha-bugs mailing list