[Koha-bugs] [Bug 10955] Add ability to skip deletions in zebraqueue

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 26 18:50:09 CEST 2013


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

--- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 21493
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=21493&action=edit
Bug 10955 - Add ability to skip deletions in zebraqueue

It seems that record deletions can cause extreme slowdowns for Koha
installations with extremely large numbers of records. It would be
helpful to be able to skip record deletions when processing the
zebraqueue with rebuild_zebra.pl so the deletions can be processed with
a lower frequency.

Test Plan:
1) Disable any zebra indexing cronjobs you may have
2) Delete a record
3) Note the operation recordDelete in the zebraqueue table having done = 0
4) Run misc/migration_tools/rebuild_zebra.pl -b -z --skip-deletes
5) Note the delete still has done = 0
6) Run misc/migration_tools/rebuild_zebra.pl -b -z
7) Note the delete now has done = 1

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list