[Koha-bugs] [Bug 8309] Koha namespace organisation, first implementation

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 25 15:05:42 CEST 2012


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

--- Comment #3 from Paul Poulain <paul.poulain at biblibre.com> ---
Created attachment 10475
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10475&action=edit
Borrowers table management

first draft, the interesting part is the testrelation.pl script that shows how
to search a patron and access other informations from here

What is important is the "prefetch" option in read. With it you'll LEFT join
the prefetched table, thus improving performances

You can also notice the cache duration of 2 seconds in borrower search. The
idea is that, if this sub is called more than once on a given page, there will
be only one SQL query.

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


More information about the Koha-bugs mailing list