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)
committerJulian Maurice <julian.maurice@biblibre.com>
Tue, 16 Aug 2016 14:43:23 +0000 (16:43 +0200)
commit18c74c9d62573d77a1427aa92382db17255098d8
treec75def7a1019e787f98002da1af51c92f01ee0d9
parent60f621f7e3f9a6c8f27eba0e66c2023fb92bd5dc
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>
(cherry picked from commit a44bb07b88ba9d5049a64f88610a8bb8e82efe3a)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
(cherry picked from commit 0b40c96d2d7bb6e7f550698713fd4db7e6939960)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
tools/export.pl