Re: [google-appengine] Free Write and Read Operations

2012-02-02 Thread Robert Kluin
If you're lazy, you can also try importing it on the local dev server, then goto the local datastore viewer. It will tell you how many write ops each entity required. You can also disable unneeded indexes (what Timofey is talking about), which will reduce cost and improve performance. Robert

Re: [google-appengine] Free Write and Read Operations

2012-02-02 Thread Timofey Koolin
Every field have index by default. You can calc write ops by table https://code.google.com/intl/en/appengine/docs/billing.html "These low-level operations map to API-level operations as follows" 2012/2/2 José Luis Ordiales Fernandez > Hi, > im a student of Spain and im using the free version of

[google-appengine] Free Write and Read Operations

2012-02-02 Thread José Luis Ordiales Fernandez
Hi, im a student of Spain and im using the free version of the GAE. Actually im working with a CSV file and I get to import to the Datastore, but this CSV file has about 200 columns and 1000 rows and when i try to read the data into the datastore the GAE tell me that i have exceed the number of