LP#1501471: add DB function for batch retrieval of OU settings user/berick/lp1501471-aous-batch-signoff
authorGalen Charlton <gmc@esilibrary.com>
Wed, 30 Sep 2015 22:11:55 +0000 (22:11 +0000)
committerBill Erickson <berickxx@gmail.com>
Mon, 5 Oct 2015 14:52:43 +0000 (10:52 -0400)
commita69c3472621a50a36424796532a032ecd9978654
treefe087b4e0f340d0503020604a1287dbb4275e816
parentee02d4dff676e76af8b512281503ab1dc129c942
LP#1501471: add DB function for batch retrieval of OU settings

This adds a new stored function and a utility routine that uses it
for retrieving a set of OU settings in one fell swoop.  This offers
a significant speed boost for the Dojo patron editor, which loads
about 70 OU settings when it initalizes itself.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/AppUtils.pm
Open-ILS/src/sql/Pg/020.schema.functions.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.schema.batch_settings_retrieve_function.sql [new file with mode: 0644]