<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br></blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Also don&#39;t forget it is perfectly reasonable to make as many<br>
object-pointers as you need even to the same objects; this is where<br>
ODBMS&#39;s excel.  So you can have more than one collection with the same<br>
objects.  So use the best collection for the job in each case.  If you<br>
need to &quot;find customers by names&quot; then I would, in fact, use a<br>
MagmaCollection with a index on name.  If you need the high-speed<br>
single-object access, you should also put the same objects into the<br>
MagmaPreallocatedDictionary.<br></blockquote><div><br></div><div>Yes, I was thinking about it. Maybe I&#39;m going to have an overhead maintaining that structures but It&#39;s a good price to paid for better performance in this case.</div>
<div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
 - Chris<br>
<div><div></div><div class="h5"><br></div></div></blockquote><div><br></div><div>See you,</div><div>Facu</div></div>