On Aug 30, 10:08 am, "l.denardo" wrote: > The point in my question is: does multitenancy impact performance when > user ID (or anything which will be used as a namespace identifier) is > not explicitly used for filtering? Does the use of namespaces improve > performances, e.g., of getObjectByID?
AFAIK, all getObjectByID calls use namespaces. They are used to build the key. So there's no difference in performance, because you are using namespaces *anyway* (even if the default one). -- rodrigo -- 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.
