Apps Developer Blog
Information for Google Apps Developers
New Google App Engine SDK 1.3.1 released
February 11, 2010
The Google App Engine team today
announced
the release of a new SDK v.1.3.1. Many Google Apps developers use the App Engine SDK, or may want to know more about it. So, here is a link to the
full blog post
, and an excerpt below.
Today we announce the release of version 1.3.1 of the App Engine SDK for both Python and Java. While this release contains plenty of new features and fixes, we've concentrated on using our very first SDK release of 2010 to improve the heart of many App Engine applications: the Datastore.
Here are the three major improvements that 1.3.1 has in store for datastore users:
Datastore Query Cursors
- Cursors allow applications to save and 'bookmark' their progress through a query, so that it can be resumed later. This works great in combination with paging URLs, as well as processing in the Task Queue API, but there are many other uses. Watch for an upcoming blog post that explores Cursors in the near future. They're also really handy in the context of the next change...
No more 1000 result limit
- That's right: with addition of Cursors and the culmination of many smaller Datastore stability and performance improvements over the last few months, we're now confident enough to remove the maximum result limit altogether. Whether you're doing a fetch, iterating, or using a Cursor, there's no limits on the number of results.
Reduced error rate with Automatic Datastore Retries
- We've heard a lot of feedback that you don't want to deal with the Datastore's sporadic errors. In response, App Engine now automatically retries all datastore calls (with the exception of transaction commits) when your applications encounters a datastore error caused by being unable to reach Bigtable. Datastore retries automatically builds in what many of you have been doing in your code already, and our tests have shown it drastically reduces the number of errors your application experiences (by up to
3-4x error reduction for puts, 10-30x for gets
).
Read the
full post here
.
Follow
@GoogleAppsDev
on Twitter.
No comments :
Post a Comment
Labels
.NET
3
#io15
1
Administrative APIs
26
Admin SDK
4
AdSense
1
analytics
4
Android
5
App Engine
5
Apps Script
98
Auth
1
billing
4
Charts
1
Chrome OS
1
classroom
1
Cloud Storage API
1
Community
1
Developers
5
Directory API
1
Drive
2
Drive SDK
38
execution API
1
Firebase
1
Freemium
1
Fusion Tables
2
Gadgets
5
Gmail APIs
16
Google+
3
Google APIs
3
Google Apps
3
Google Apps Directory API
1
Google Apps Marketplace
3
Google Apps Script
1
Google Calendar API
20
Google Contacts API
3
Google Data Protocol
7
google docs
3
Google Docs API
20
Google Drive
2
Google Forms
4
Google I/O
3
googlenew
1
Google Prediction API
3
Google Profiles API
2
Google sheets
2
Google Sites API
4
Google Spreadsheets API
4
Google Talk
1
Google Tasks API
6
Groups
2
Guest Post
42
ISVs
2
java
1
JavaScript
3
marketing
3
Marketplace
47
Marketplace ISV Guest
21
Migration
1
Mobile
1
mpstaffpick
1
oauth
11
OpenID
7
PHP
1
python
4
realtime API
1
Resellers
2
Ruby
1
SaaS
1
security
1
Staff Picks
2
webinar
2
Archive
2015
Oct
Sep
Aug
Jul
Jun
May
Apr
Mar
Feb
2014
Dec
Oct
Sep
Aug
Jul
Jun
May
Mar
Feb
Jan
2013
Dec
Nov
Oct
Sep
Aug
Jul
Jun
May
Apr
Mar
Feb
Jan
2012
Dec
Nov
Oct
Sep
Aug
Jul
Jun
May
Apr
Mar
Feb
Jan
2011
Dec
Nov
Oct
Sep
Aug
Jul
Jun
May
Apr
Mar
Feb
Jan
2010
Dec
Nov
Oct
Sep
Aug
Jul
Jun
May
Apr
Mar
Feb
Feed
Follow @googleappsdev
No comments :
Post a Comment