[TYPO3-mvc] ObjectStorage with large quantities of DB-Objects

Bernhard Kraft kraftb at think-open.at
Thu May 6 09:14:18 CEST 2010


Nils Blattner wrote:

> Any ideas or extbase ways how to solve this problem?
> Increasing the memory limit is not that good an option either, because 
> we expect to have something around 150k rows by the end of the project :=)

Hello !

This is something I would also be interested in. If there is a 
possibility to place a query to the repository and retrieve each 
resulting domain-model object one by one while traversing the result and 
not caching all returned data objects.

I guess this is something which is mandatory required for a larger 
database. Altough one could argue that at some time you will run into 
script timeouts this should still be possible because for cli-scripts 
one can avoid those script timeouts.

I guess this whole stuff becomes really cumbersome as it goes into the 
direction of detecting memory leaks in C/C++ applications :(


greets,
Bernhard


More information about the TYPO3-project-typo3v4mvc mailing list