I was thinking, Lets say I will have 1.000.000.000 users on 100.000 applications.
So there are 100.000 applications that use the same code. Should I give every application its own Model to store users (Lets say 10000 users), so that the applications may be load balanced over servers easily maybe? Or should I just use a single Model for 1.000.000.000 users? -- 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.
