Re: [google-appengine] High replication data - Space freed after cache expiration?

2011-06-13 Thread Darktux
Hi all, and a big thank's for all your help, Ok, your explication about the stored data is exactly what I mean Robert! My application is a CDN, my blob files expiration date is about 1 month. So, I taught my files are deleted by a cron job when this date is reached! If not, do I remoove files

Re: [google-appengine] High replication data - Space freed after cache expiration?

2011-06-13 Thread Robert Kluin
I'm not aware of an expiration date for blobs. If you write the cron, then you can use the blobstore delete function: http://code.google.com/appengine/docs/python/blobstore/functions.html#delete Or, if you're actually storing a BlobProperty in the datastore:

Re: [google-appengine] High replication data - Space freed after cache expiration?

2011-06-12 Thread Robert Kluin
Stored data is a cumulative quota; in other words, your total stored data gets counted not the daily increase. Deleting datastore entities, or blobs from the blobstore, will decrease stored data. However, there is a lag between when you delete the data and the quota updates. I'm not sure what

Re: [google-appengine] High replication data - Space freed after cache expiration?

2011-06-11 Thread Robert Kluin
Hi Luca, What does High Replication Data quota drop down when the cache expiration of my datas are reached mean? You're talking about the datastore, but mentioning cache expiration of my datas which makes me wonder if you're talking about memcache or perhaps request cache headers? Perhaps

Re: [google-appengine] High replication data - Space freed after cache expiration?

2011-06-11 Thread Darktux
Hi, you're rigth, I talk about the amount of data of the High replication data quota. So, I want to know if the High replication data quantity drops down when my data expiration date is reached? For the moment the HRD amount only goes up, even if I've deleted some great quantity of files. Thanks

[google-appengine] High replication data - Space freed after cache expiration?

2011-06-10 Thread Transaction Commerce
Hi all, I'm new user of the Google App Engine, I have a CDN in High Replication Data mode... and It's great ;) I have an simple question: Do my High Replication Data quota drop down when the cache expiration of my datas are reached? Or It continusly goes up? Thanc's In advance (Sorry for my bad