[google-appengine] Re: Datastore updates in 1.3.1: So much better

2010-02-15 Thread gwstuff
Just thought I'd add my vote of satisfaction here too. Errors that
used to occur in my apps due to timeouts have completely disappeared
since the release. I already had code that would retry failed writes
when they were critical (i.e. the response depended on them) but that
tactic would sometimes take my app over the concurrent request limit.
It would only happen in 0.01% of the requests but I'm glad that it
appears to be gone now.


On Feb 14, 2:00 am, Rob  wrote:
> I just had to post to say thanks.  Since the 1.3.1 datastore
> performance improvements and automatic (behind the scenes) retries,
> the number of errors on my apps have been nearly completely
> eliminated.  Even though I had some of the longer requests wrapped in
> retries before, this addition seems to have really cleaned up the rest
> for me.
>
> Quite satisfied with this update.  Thanks.
>
> Rob

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Datastore updates in 1.3.1: So much better

2010-02-14 Thread Alex Popescu
Indeed, the new release sounds really exciting. But I must confess
I've still a bit confused about
the removal of the "1000 result limit" as it looks like it wasn't
removed from all the places, but
the docs are not really clear about it.

A place where the 1000 limit seems to still apply is queries count().
If no limit is provided then
they continue to return 1000. In this case the docs are correct, but
then the blog post announcement
is not detailed enough.

Last but not least, by looking at the Release notes:

1. there is no mention of this limitation being removed
2. there is no further documentation about Custom Admin Console pages

Any ideas?

:- alex

On Feb 14, 9:00 am, Rob  wrote:
> I just had to post to say thanks.  Since the 1.3.1 datastore
> performance improvements and automatic (behind the scenes) retries,
> the number of errors on my apps have been nearly completely
> eliminated.  Even though I had some of the longer requests wrapped in
> retries before, this addition seems to have really cleaned up the rest
> for me.
>
> Quite satisfied with this update.  Thanks.
>
> Rob

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.