I've been giving this sort thought recently. I basically always want to have
an array of smart objects, rather than a coldfusion query (via list) which I
may then have to change at a later date. As performance is the main issue, I
was thinking about having a "pagesize" facility so that I retrieve n records
from the database via list and then loop through the "pagesize" number of
records calling get(class, id) as I know that I'm not going to be showing
more than "pagesize" records per page so don't need them as objects until I
want to use them.

It does require some extra work and I'm not entirely sure it's worth the
effort - but I guess that's why we try these things!

Feel free to shoot me down :)

--~--~---------~--~----~------------~-------~--~----~
Before posting questions to the group please read:
http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer

You received this message because you are subscribed to the Google Groups 
"transfer-dev" group.
To post to this group, send email to transfer-dev@googlegroups.com
To unsubscribe from this group, send email to 
transfer-dev-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/transfer-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to