[open-ils-commits] r16539 - trunk/Open-ILS/src/perlmods/OpenILS/Application (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Jun 1 02:14:32 EDT 2010


Author: phasefx
Date: 2010-06-01 02:14:27 -0400 (Tue, 01 Jun 2010)
New Revision: 16539

Modified:
   trunk/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm
Log:
substream for better performance with large datasets

Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm	2010-05-31 19:45:26 UTC (rev 16538)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm	2010-06-01 06:14:27 UTC (rev 16539)
@@ -4118,6 +4118,8 @@
         # TODO: I only want IDs. code below didn't get me there
         # {"select":{"au":[{"column":"id", "result_field":"id", 
         # "transform":"action.usr_visible_circs"}]}, "where":{"id":10}, "from":"au"}
+    },{
+        substream => 1
     });
 
     return undef unless @$data;



More information about the open-ils-commits mailing list