Re: [appengine-java] Remove unused Datastore entities?

2010-08-03 Thread Ikai L (Google)
Sort of. The datastore is schemaless, so each entity maintains its own list of what properties it has. If you read the entities and resave them without the entities you want deleted, they will not be stored. Note that this is different from a NULL entity - properties with values set to null are

[appengine-java] Remove unused Datastore entities?

2010-08-02 Thread Just
Hi, anyone know how to remove unused entity properties on an existing database? Set all entities to NULL and then simply remove it from the database model will make it disappear? Regards -- You received this message because you are subscribed to the Google Groups Google App Engine for Java