Re: [google-appengine] Quota on number of entity types / kinds?

2009-11-19 Thread Ikai L (Google)
Ryan, The answer to both of your questions is no with a gotcha. Unlike an RDBMS in which tables can enforce some degree of the concept of Type, BigTable has no concept of type or tables. Entities are mapped by an Entity index, which in turn is also stored in BigTable. Searchable/filterable fields

[google-appengine] Quota on number of entity types / kinds?

2009-11-16 Thread RyanD
A couple of quota questions: 1) Mainly: I'm looking to develop an application that has an *unbounded* number of entity types / kinds (by using the low level Java API). Is this possible, or is there some limit to the number of entity types / kinds that an application may have? 2) Any limit on