Bug 16855 - Poor performance due to high overhead of SQL call in export.pl
authorNick Clemens <nick@bywatersolutions.com>
Tue, 5 Jul 2016 18:49:35 +0000 (14:49 -0400)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 8 Jul 2016 12:54:27 +0000 (12:54 +0000)
commita44bb07b88ba9d5049a64f88610a8bb8e82efe3a
tree38ac140d7f0f77cd9f4fb4c3e2cbc0b4de92a6e1
parent44092cbafd1641ef865497183b8368db83bb62a7
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@catalyst.net.nz>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
tools/export.pl