[Koha] slow response time

Rachel Hollis Rachel.Hollis at stevenshenager.edu
Thu Aug 26 09:19:36 NZST 2010


According to my geek we have rebuild_zebra.pl running on a cron. Monday we updated the server's OS and migrated to a newer version of Koha (from 3.01.00.001 to 3.01.00.145). I went through the Administration and System Preferences, most of which migrated over with the old settings. It seems that it was my fault that certain transactions (search, circulation) were taking a long time!

Under Zebra, our old Koha states "if ON, Zebra indexing is turned off, simpler setup, but slower searches. Warning: using NoZebra on even modest sized collections is very slow" which meant very little to me ;-) and we were not using Zebra. The new Koha has "Use/Don't Use the Zebra search engine. Searches are very slow on even modest sized collections when Zebra is off" which makes a lot more sense to me ;-) and we are now using Zebra.

Additionally, CataloguingLog was set to log changes. The new Koha says "since this occurs whenever a book is checked in or out as well, it is not advisable to turn this on" and has been set to not log.

Our most problematic items now take seconds (~3) instead of minutes (~2.5) to check in or out!

I experimented with turning off IssueLog and ReturnLog but noticed no difference in transaction time.

Rachel Hollis, librarian
Stevens-Henager College, Boise Idaho Campus

2010 Winner of Best Places to Work in Idaho

-----Original Message-----
From: Chris Cormack [mailto:chrisc at catalyst.net.nz]
Sent: Thursday, August 19, 2010 4:24 PM
To: Rachel Hollis
Cc: Koha at lists.katipo.co.nz
Subject: Re: [Koha] slow response time

* Rachel Hollis (Rachel.Hollis at stevenshenager.edu) wrote:
> Greetings friends, our Koha 3 has about 5600 items and 1400 biblios; some biblios have 100s of items. We are experiencing very slow response times with transactions involving biblios with many items. We have many circulations for a day or two once a month and some titles take several minutes to check-in or out, while our patrons wait in line.
>
> According to my geek, Zebra (version 2.0.32) appears to rebuild the item index for either the entire database or the biblio (my area of fuzziness) after each transaction. Is this the way Zebra is supposed to operate? If so, is there a way to rebuild indexes overnight? If there is another solution, we'd love to hear it.
>
Are you running the zebraqueue_daemon ? If so, don't. Run the the rebuild_zebra.pl script using cron at a suitable interval. Having said that, Koha doesn't spawn the reindex at circ, it puts in a queue that another process then uses.

So I doubt it is zebra that is the problem in this case, unless zebra is reindexing so much that it is cases too much I/O and stopping mysql being able to work.

Much more likely is the fact that the marc record is updated at circulation, and that is slower with larger marc records (ones with 100's of items attached) than with smaller records.

We plan to shift the item level data back out of the main record, so that no longer happens, but only the individual item is changed (not the entire record). And instead combine them for index/export. This will be in the 3.4.0 release.

So in summary, don't run zebraqueue_daemon, run rebuild_zebra.pl as a cronjob at some interval you decide on, but I dont think zebra is the issue.

> We are running Koha 3.01.00.001 on Debian Etch with Zebra on a P4 beater box running right next to my desk, available only on the intranet. We use Google Chrome as our interface to Koha.
>
Thats a really really old version of 3.1.x, upgrading won't change this issue, but it will certainly fix hundreds of other bugs.

I guess you are waiting for the release candidate (3.1.x is the development number for 3.2.x)

Chris

> Rachel Hollis, librarian
> Stevens-Henager College, Boise Idaho Campus
>
> 2010 Winner of Best Places to Work in Idaho
>
>
> This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited.
> _______________________________________________
> Koha mailing list
> Koha at lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/Koha

--
Chris Cormack
Catalyst IT Ltd.
+64 4 803 2238
PO Box 11-053, Manners St, Wellington 6142, New Zealand



  ________________________________
This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.katipo.co.nz/pipermail/koha/attachments/20100825/507484c4/attachment.htm 


More information about the Koha mailing list