koha-zebra
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-zebra] Re: [Koha-devel] playing with the zebra on cvs head


From: Chris Cormack
Subject: [Koha-zebra] Re: [Koha-devel] playing with the zebra on cvs head
Date: Sun, 14 Aug 2005 11:13:05 +1200
User-agent: Debian Thunderbird 1.0.6 (X11/20050802)

Hi Paul

5- questions :
==============
for instance, item status are not stored in the marc record (being issued...) It means that when the user issues a catalogue query, if there is 20 resulting biblios, with 35 items, Koha has to check status of those 35 items.
We can :
* do nothing, the cpu needed is not so big.
* embeed the item status. It means everytime the status is modified -issue/return/transfert-, the record has to be updated (cpu consumming too ?) * add a checkbox "show item status" on search screen (with orderby). disabled by default, would means "don't check status".


By status we are checking onloan, lost etc? We also would want to be able to search by branch. So we would need to check holdingbranch also. So we would need to make sure that was stored in the zebra idx, if we choose to do it this way.

From what ive observed at library's. Circulation needs to be the fastest process, searching comes second. If we can get get the item info into the zebra index without causing a performance hit when issuing and returning, that would be cool. But I wouldnt like to slow circulation down.

Chris
--
Chris Cormack                                      Katipo Communications
Programmer                                         www.katipo.co.nz
027 4500 789



reply via email to

[Prev in Thread] Current Thread [Next in Thread]