Technically several applications use the same Bigtable: http://code.google.com/appengine/articles/storage_breakdown.html
That being said, you are probably asking if it is possible to use the same datastore for multiple applications: the answer is no. There are several threads about how workarounds if this is a requirement: http://groups.google.com/group/google-appengine/search?group=google-appengine&q=share+datastore&qt_g=Search+this+group On Thu, Jun 17, 2010 at 5:05 AM, MANISH DHIMAN <[email protected]> wrote: > Is it possible to use a single big table for multiple application . > > -- > 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]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > -- Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine -- 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.
