Wednesday, November 14, 2012

Re: Comparison with Datastore

Does this FAQ entry help?
For atomic operations (inserts, updates, reads) performance will be similar.
For more complex queries it depends on the nature of the query.

J

Should I use Google Cloud SQL or the App Engine Datastore?
This depends on the requirements of the application. Datastore provides NoSQL key-value storage that is highly scalable, but does not support the complex queries offered by a SQL database. Cloud SQL supports complex queries and ACID transactions, but this means the database acts as a 'fixed pipe' and performance is less scalable. Many applications use both types of storage.

On Wed, Nov 14, 2012 at 3:14 PM, Steven Roose <stevenroose@gmail.com> wrote:
Did you find a useful comparison? I'm looking for one myself as well...


On Thursday, November 17, 2011 10:43:09 PM UTC+1, toonetown wrote:
Are there any comparisons of Cloud SQL versus the "standard" Google
AppEngine Datastore?  How do they compare with each other performance-
wise?



--
Joe Faith | Product Manager | Google Cloud

No comments:

Post a Comment