I also recommend against doing this. With this many Entity kinds, don't use Entity kind as metadata. Store that in a field, and you'll save yourself a lot of headaches.
2010/4/6 Nick Johnson (Google) <[email protected]> > Hi Alkis, > > 2010/4/5 Alkis Evlogimenos ('Αλκης Ευλογημένος) <[email protected]> > > Is there a limit in the number of model kinds per application? I am >> considering a design where the number of models is going to be in the order >> of 500k. I understand the model viewer in the admin console will be >> completely unusable but other than that is there going to be a problem in >> general? > > > No. Other than the admin console datastore viewer likely timing out, > there's no problem with doing this - though I can't think of a reason why > you would actually want to do this, though. > > -Nick > > >> >> If that won't work, is there a plan to make unindexed properties able to >> participate in composite indexes? There are cases where you only want an >> (ancestor, property, descending) index and you do not care about the base >> (property, ascending) and (property, descending) indexes but the current >> design/api forces you to have at least 3 indexes where only 1 would just >> work. >> >> - alkis >> >> -- >> 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]<google-appengine%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/google-appengine?hl=en. >> > > > > -- > Nick Johnson, Developer Programs Engineer, App Engine Google Ireland Ltd. > :: Registered in Dublin, Ireland, Registration Number: 368047 > Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number: > 368047 > > -- > 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]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- Ikai Lan Developer Programs Engineer, Google App Engine http://googleappengine.blogspot.com | http://twitter.com/app_engine -- 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.
