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

--- Comment #10 from stephane.dela...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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