Sept. 6, 2021
Here is the link.
Ken Ashcraft, Alfred Fuller Google App Engine now offers both SQL and NoSQL data storage -- but which is right for your application? Advocates of each try to settle the issue once and for all, and show some of the tricks for getting the most out of each. For all I/O 2012 sessions, go to https://developers.google.com/io/
Take my notes - I need to work on learning more carefully.
- Build apps on Google's infrastructure
- Platform as a Service (PaaS)
- Easy to build
- Easy to scale
- Easy to maintain
- Focus on what makes your app great!
- Google storage infrastructure
- Same technology we use for our own applications
- Distilled into well documented APIs
- Build for scale (size and traffic)
- 2 trillion operations per month
- Fully managed 'NoSQL' solution
- All the best features of each layer
- Datastore
- Megastore
- Bigtable
- GFS v2
- Works at scale
- 2011 talk "More 9s Please: Under the covers of the high replication datastore"
- 9's are important at scale
- Not reliant on a single datacenter
- Handles local issues
- Handles catastrophic failures
No comments:
Post a Comment