[google-appengine] Managing Very Large one to many relationships

2009-10-08 Thread Benjamin
I'm looking for some guidence on managing a parent child relationship when the parent can have many children - so a simple 1-many relationship is set up @PersistenceCapable(identityType = IdentityType.APPLICATION, detachable = false) public class parent { @PrimaryKey

[google-appengine] Managing Very Large one to many relationships

2009-10-08 Thread Benjamin
I'm looking for some guidence on managing a parent child relationship when the parent can have many children - so a simple 1-many relationship is set up @PersistenceCapable(identityType = IdentityType.APPLICATION, detachable = false) public class parent { @PrimaryKey

[google-appengine] Managing Very Large one to many relationships

2009-10-08 Thread Benjamin
sorry for the dup post I'm trying to find guidence on managing one to many releationships in the data store when the number of children the parent will have will be huge - 32000 children added to a parent a day a simple parent class: @PersistenceCapable(identityType = IdentityType.APPLICATION,