https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38130
Martin Renvoize (ashimema) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize@ptfs-europe | |.com --- Comment #10 from Martin Renvoize (ashimema) <[email protected]> --- So.. I advocate for some real benchmarks to actually prove the hypothesis here. In a related query though.. I'd be interested in investigating dbic's join vs prefetch pragma's... I think some of our performance challenges come from the fact we force prefetch on the API for all embeds. Whilst this makes sense from the perspective of having consistent data returned in the responses.. a simple join without the automatic collapse (grabbing all related fields instead of just the ones you are interested in) might be more performant for cases like this where we're not so much interested in all the fields as we are a select few. This is again conjecture though without a benchmark. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
