[Koha-bugs] [Bug 16855] Poor performance due to high overhead of SQL call in export.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jul 6 06:10:59 CEST 2016


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

Srdjan Jankovic <srdjan at catalyst.net.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #53110|0                           |1
        is obsolete|                            |

--- Comment #2 from Srdjan Jankovic <srdjan at catalyst.net.nz> ---
Created attachment 53122
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=53122&action=edit
[SIGNED-OFF] 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

Signed-off-by: Srdjan <srdjan at catalyst.net.nz>

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


More information about the Koha-bugs mailing list