Ok, Thanks! I catch it. This solved my problem I was wondering , this is ok for listing users and etc, but the hard thig is, when the user post a message i will have to send this message to 200.000 users. How would i select this users to append this feed into their profiles? Thanks again.
2011/7/27 Ernesto Oltra <[email protected]> > And for followers, you could too shard the lists. You can have several > entities, each with, about 100 results or so (or 1000, or 2000, I prefer 100 > for easy of serializing/deserializing). All these would have the user as > ancestor. When listing, take only one entity, deserializing its lists (only > 100 results) and show some of them. When listing all, you can use cursors > and some tricks to have the job done (job = paging =) ) > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine/-/tRQCOATsWdUJ. > > 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.
