I run an app on GAEJ, using JDO. It's been live and has had paying customers for over a year now. It using master/slave but I'm considering migrating to HRD.
Having just watched the "more 9's please" vid:
I'm considering taking the advice and putting pretty much all of my entities into a single group. It is after all an enterprise app - so performance should be fine for my throughputs. So my question is:
- what happens to existing data if I go and change the entity group of an entity? Or more specifically do I need to manually migrate data to a different node if I wanted to update an entity's group?
- and a secondary related question. It's a multi-tenancy application, so I'm assuming that data in different namespaces is automatically separated into different entity groups even if they belong to an entity that is part of a group.
ie Reservation and ReservationDetail are part of the same entity group. However I assume that there is a different entity group for these in each of my namespaces?