[Koha-bugs] [Bug 7286] fix rebuild_zebra.pl to add rebuild_zebra_sliced.zsh

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 6 14:16:05 CET 2012


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

--- Comment #10 from stephane.delaune at biblibre.com 2012-02-06 13:16:05 UTC ---
I proposed an updated patch (to merge after 7246).

this script rebuild the zebra index recursively.
he take 3 arguments :
first specify how many records we must try at once
second is the record number to start
third is the record number to end

the argumentys are optionnal (default value for the first is 10000, for the
second is 0, and for the third is the las biblionumber in db)

EXAMPLE to run the script on 800 000 biblios :
./reindex.zsh 50000 0 800000
will reindex the DB from biblionumber 0 to 800000, with chunks of 50k biblios

or to reindexe all biblio step by step (10000 by 10000, it's the default
values) :
./reindex.zsh

-- 
Configure bugmail: http://bugs.koha-community.org/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