https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16855
--- Comment #1 from Nick Clemens <[email protected]> --- Created attachment 53110 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=53110&action=edit Bug 16855 - Poor performance due to high overhead of SQL call in export.pl This patch eliminates all columns retrieved in the biblioitems query except for biblionumber. To test: 1 - Go to tools->Export data 2 - Export using various filters and note you get expected records 3 - Apply patch 4 - Ensure exported results match results before patch -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
