https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30169
--- Comment #4 from Martin Renvoize <[email protected]> --- Rate kohaJoin dbicJoin kohaPrefetch dbicPrefetch kohaJoin 1.69/s -- -4% -79% -81% dbicJoin 1.76/s 4% -- -78% -80% kohaPrefetch 8.09/s 378% 359% -- -10% dbicPrefetch 9.03/s 434% 413% 12% -- Result from above.. shows dbicPrefetch is fastest (I didn't measure straight SQL with and without a join).. and kohaPrefetch isn't as much slower than dbic than I thought it might be. -- You are receiving this mail because: You are the assignee for the bug. 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/
