[google-appengine] Re: GQL performance slow

2011-03-23 Thread adhi
://twitter.com/app_engine Reddit:http://www.reddit.com/r/appengine On Tue, Mar 22, 2011 at 7:25 AM, adhi adhinaraya...@gmail.com wrote: Hi Ikai, is there a measure to say the entities are large? is it about the number of columns or blob or text? if so in my entities I have string

[google-appengine] Re: GQL performance slow

2011-03-22 Thread adhi
Programs Engineer, Google App Engine Blog:http://googleappengine.blogspot.com Twitter:http://twitter.com/app_engine Reddit:http://www.reddit.com/r/appengine On Mon, Mar 21, 2011 at 12:17 AM, adhi adhinaraya...@gmail.com wrote: q = db.Query(PrimaryData) q.filter('SheetMetadataId

[google-appengine] Re: GQL performance slow

2011-03-21 Thread adhi
, Google App Engine Blog:http://googleappengine.blogspot.com Twitter:http://twitter.com/app_engine Reddit:http://www.reddit.com/r/appengine On Thu, Mar 17, 2011 at 10:07 AM, adhi adhinaraya...@gmail.com wrote: Hi Robert, I've not used reference properties. Its a simple query and it'll

[google-appengine] Re: GQL performance slow

2011-03-17 Thread adhi
.  If you should us the query and how you're using the results we might be abel to give more suggestions. http://code.google.com/appengine/docs/python/tools/appstats.html Robert On Mon, Mar 14, 2011 at 10:54, adhi adhinaraya...@gmail.com wrote: Hi, I'm running a query in appengine which

[google-appengine] GQL performance slow

2011-03-14 Thread adhi
Hi, I'm running a query in appengine which is returning just 1200 entities, but its taking 3.5 seconds. The query doesn't contains inequality filters, but anyway I added index for that. Can anyone tell me how to analyse this and improve the performance? -- You received this message because you

[google-appengine] Re: memcache not getting updated

2010-03-23 Thread Adhi
couldn't see the post for the past few days, anyway now I got it thanks:) Adhi On Mar 9, 9:27 pm, Nick Johnson (Google) nick.john...@google.com wrote: Hi, Have you checked the return code of the memcache call? Unlike most of the APIs, memcache indicates errors in its return code, rather than

[google-appengine] Re: BlobProperty limit

2010-03-23 Thread Adhi
Hi Brian, Are you using single db.put() for all the entities? Thanks Adhi On Mar 10, 5:36 pm, bFlood bflood...@gmail.com wrote: hello maybe you should try 11 parts so each would be below the max 1MB api limit. You definitely need separate entities for each part -- You received

[google-appengine] Re: BlobProperty limit

2010-03-09 Thread Adhi
: The request to API call datastore_v3.Put() was too large. when I try to put the entity(s) in a single db.put(). So do I've to use separate db.put for each entity? Thankyou Adhi On Mar 2, 6:45 pm, Barry Hunter barrybhun...@googlemail.com wrote: Is it possible to increase

[google-appengine] memcache not getting updated

2010-03-08 Thread Adhi
by the db.put(). But for the same application it is not happening in different appspot (staging). Any suggestions or clue? the problem happening in production. Thanks Adhi -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email

[google-appengine] BlobProperty limit

2010-03-02 Thread Adhi
Hi, Is it possible to increase the limit for blobproperty size upto 10 MB? We are not able to use the blobstore api as mentioned in the docs for sizes more then 1 MB because we want to do fine grained operations on the blob. What we are trying to store is a JSON datastructure(pickled) and not

[google-appengine] Re: Timeout error

2009-11-12 Thread Adhi
exceeded exception, its datastore timeout. For the same request (query) and for the same set of results it is quite fast some time and throws timeout error some time. Adhi On Nov 10, 12:32 am, Jeff S (Google) j...@google.com wrote: Hiadhi, Could you tell me the app ID for this application

[google-appengine] Re: gql not giving full result set

2009-11-09 Thread Adhi
has to do something with the query execution. Any clues..? Adhi On Nov 9, 10:28 am, Jason Smith j...@proven-corporation.com wrote: I have the same problem, which I wrote about on Stack Overflow but received no response. http://stackoverflow.com/questions/1691792/query-gqlquery-order-restr

[google-appengine] Index building for a while. Unable to reset

2009-10-08 Thread adhi
One of the indexes in my application is still in building state. Please mark it as error so that I can update it again. My app-id is os-dev Is there any permanent solution for this. Thanks adhi --~--~-~--~~~---~--~~ You received this message because you