Hi, You can look at this post on stackoverflow to have a few more info! The most known issues are: - the limit of 5000 elements per list - the famous index explosion issue (last GAE version tells that index explosion won't happen but I don't know exactly what it means)
Pascal On Tue, Jul 26, 2011 at 10:19 PM, Bruno Sandivilli < [email protected]> wrote: > Hi, i'm modeling a social network, i use to create a table with the > relations like (userid,friendid) > but in nosql, im planning to simple add a list of id to each user, > like User { List<Integer> firends }. > > Is this wrong(it works, but and the performance) ? > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" 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?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
