[google-appengine] Mail Service: not all emails were sent, unclear quota denials

2009-12-23 Thread Alexander Arendar
Hi, My app supposed to send 37 mails. It sent only 11. I started to analyze why and on the Dashboard if I select to see "Number of quota denials/second" I see that it is not zero. But if I go to the Quota Details page I see that everything there is under 1-2%. Anyone knows why this happens? Alex

[google-appengine] JDO: Owned 1 to Many relationship between the objects of the same class

2010-02-12 Thread Alexander Arendar
Hi guys, yesterday I was trying to model a simple forum comments. Just a comments which you can add more comments to. So, the approximation of the entity is like this: --- @PersistenceCapable (detachable = "true", identityType = Ident

Re: [google-appengine] Re: JDO: Owned 1 to Many relationship between the objects of the same class

2010-02-15 Thread Alexander Arendar
Hi Ian, thank you for explanation. I voted for that issue. Hope it will get is fixed a bit faster :) Sincerely, Alex On Sat, Feb 13, 2010 at 4:35 PM, Ian Marshall wrote: > Hi Alex, > > You might care to star datanucleus-appengine issue 80 (Recursive > relation does not work). > > Cheers, > > Ia

[google-appengine] What is faster: getExtent() or newQuery().execute() ?

2009-08-31 Thread Alexander Arendar
Hi all, If I want to retrieve all persisted instances of a certain class then what are the differences in using getExtent() and newQuery ().execute() ? Alex --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google A

[google-appengine] Re: 4Mb in datastore statistic = 2,4Gb in Stored Data Resource

2009-10-20 Thread Alexander Arendar
Does it mean that indexing overhead like you call this is about 500 times...? On Oct 20, 3:43 pm, "Nick Johnson (Google)" wrote: > Hi, > The difference you're seeing is due to indexing overhead. Removing composite > indexes and setting fields as indexed=False will substantially reduce your > ind