[google-appengine] Re: Datastore caching

2010-01-13 Thread dburns
Adding a column to a kind will affect any new entities, but won't affect the existing data. To update the existing data (to reduce space), you would have to traverse over all the entities and simply get and put them. On Jan 13, 3:02 am, WallyDD wrote: > I have added a column to a table in the da

[google-appengine] Re: Datastore caching

2010-01-13 Thread dburns
Ignore the part "(to reduce space)" -- admittedly I was copying and pasting from a very similar reply I just made on another thread. :-) The basic idea applies, though. On Jan 13, 1:31 pm, dburns wrote: > Adding a column to a kind will affect any new entities, but won't > affect the existing da

[google-appengine] Re: Datastore caching

2010-01-13 Thread WallyDD
Looks like I may have solved the problem by slightly changing the query, this way it operates from a new set of data (output data is identical) and doesn't keep using a cached version from the datastore. Is there a place to make a datastore/table bug report? Last report I filed has been marked as