I had an idea the other day, but know there's probably some issue I'm
not realizing.

Let's say you have an Account object that represents a registered
user. Instead of having multiple Account objects that you persist to
the datastore, why not have 1 object (ie AccountList) that you
persist, and that object has an array all the Accounts.

So if you want to pull up multiple Accounts or even all of them, it's
just 1 query to the datastore to get AccountList.

What major issues (if any) would I run into using this model?

Thanks

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

Reply via email to