How ofbiz manage large sets of data with entity engine tools ?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

How ofbiz manage large sets of data with entity engine tools ?

salmant
Hi,
I would like to know how ofbiz manage large sets of data with entity
engine tools, in beanshell for example, when doing a query-like "SELECT
* FROM verybigtable" ?
Thank you
Reply | Threaded
Open this post in threaded view
|

Re: How ofbiz manage large sets of data with entity engine tools ?

Ravindra Mandre-2
hi,
this may help you.
http://ofbiz.apache.org/docs/entity.html

Ravi
Reply | Threaded
Open this post in threaded view
|

Re: How ofbiz manage large sets of data with entity engine tools ?

BJ Freeman
In reply to this post by salmant
I suggest to use the findby methods in ofbiz it uses cursors so it
manages large data sets.
however you can read
framework\webtools\webapp\webtools\WEB-INF\actions\entity\EntitySQLProcessor.bsh


> salmant sent the following on 8/30/2008 3:27 AM:
>> Hi,
>> I would like to know how ofbiz manage large sets of data with entity
>> engine tools, in beanshell for example, when doing a query-like "SELECT
>> * FROM verybigtable" ?
>> Thank you
>>
>>
>>
>