Collections issue

Igor Stasenko siguctua at gmail.com
Mon May 17 15:38:02 UTC 2010


On 17 May 2010 18:31, Facundo Vozzi <facundov79 at gmail.com> wrote:
> Hi Igor,
>
>>
>> Yes. Alternatively you could change the magma read strategy, to tell it
>> to fully reify all objects in your collection.
>> But for large collections, use of MagmaCollection is preferable.
>
> In your opinion or expertise, how many objects are necesary to consider a
> collection how a large collection ?
>

Well, i think you should choose based on practical criteria:
how well your system scales and how fast it runs.

Also, take into account that reification of a large amounts of data
will take a considerable amounts of time,
no matter what kind of collection you using.
So, you should focus on organizing your data & queries efficiently ,
in such way that for most use cases,
it won't require a high traffic between client and server.

> Facundo



-- 
Best regards,
Igor Stasenko AKA sig.


More information about the Magma mailing list