[Koha-bugs] [Bug 20664] Optimize retrieval of biblio and item data

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 19 02:06:06 CET 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20664

--- Comment #53 from David Cook <dcook at prosentient.com.au> ---
(In reply to Ere Maijala from comment #52)
> Caching during a batch operation would be useful, but it's harder to do
> without messing the architecture. And there's still a chance that something
> hickups during a batch process and automatic reconnection doesn't kick in
> for the cached statement. In any case the performance benefit from caching
> the statements, while measurable and significant, isn't dramatic.

Yeah, it would certainly require messing with the existing architecture, and I
can understand not doing that. 

If something did hiccup during a batch process and automatic reconnection
didn't kick in, then we'd trap and report the error, which doesn't seem like
the end of the world to me. But no worries.

That's interesting that it's not dramatic. I've seen dramatic performance
benefits on other projects, although perhaps that was for more complex queries
and higher volumes of data where fractions of seconds can add up dramatically. 

In any case, you don't have to justify it to me. I'm just curious. Thanks for
explaining your thought process to me :).

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


More information about the Koha-bugs mailing list