The entities in the datastore are shared, the code and static files
are not.

I don't think splitting the datastore per app version is such a good
idea. What if the data is added to v1 of the datastore while you are
testing v2? At the same time you are modifying your v2 datastore
(otherwise, you wouldn't need different datastores per app version).
You would have to merge somehow the data from v1 to v2 before
switching to v2.

On Jan 12, 1:46 pm, Roman <[email protected]> wrote:
> It appears that different versions of an app share the db. Do they
> share other stuff? Is it possible to have a separate db for each
> version? A pointer to a precise definition of what constitutes a
> version of an app would be appreciated (http://code.google.com/
> appengine/docs/configuringanapp.html doesn't tell me much).
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to