I watched presentation from Google IO and followed the idea. http://code.google.com/events/io/2009/sessions/BuildingScalableComplexApps.html I want to understand If I am doing something wrong or it is not possible with BigTable to query entity keys on list property selecting from more than hundred entities under a second Does the query time grow if queering more entities? Can I query 100K entities on list property ( set of strings ), selecting just keys, under a second Could somebody from Google reply Thanks
On Jul 23, 3:49 am, Andrei <[email protected]> wrote: > I have about 2000 entities with list property > Each list property has about 30 strings > I only return keys when querying list property > Is it normal that it takes several CPU seconds to do that? > Is it feasible to have 100,000 entities and query them on list > property? > Thanks -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
