I am designing the model of an app that needs a lot of values to be
stored and I am thinking about which is the best in terms of
retrieving-time:
- define an array with all of them inside
- define a property for each of them

My fear is that in the second case I will have a lot of "column" in
the datastore: which are the differences in terms of retrieving an
"Entity" with a lot of property or an entity with just 1 array?
I read a lot of documentation but it talks only about the difference
between the get and the query and not about the properties' number.

Thank you
Michele

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to