Skip to main content
  • 692 Accesses

Abstract

The Datastore is the main scalability feature for Google App Engine applications. Applications written for App Engine are a set of stateless callbacks. This structure allows for distributing requests across an unlimited number of servers. Scalability would be compromised, however, if the application relied on relational database technology for scaling, since requests from multiple servers would somehow have to be tied to some shared connection pool and some kind of shared caching. That would limit applications to using only a subset of Google’s servers. It would also invalidate the scalability reasons for putting applications on the cloud and wouldn’t be much different from running on a traditional environment.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

eBook
USD 19.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 16.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Preview

Unable to display preview. Download preview PDF.

Unable to display preview. Download preview PDF.

Rights and permissions

Reprints and permissions

Copyright information

© 2008 Eugene Ciurana

About this chapter

Cite this chapter

(2008). Using the Datastore. In: Developing with Google App Engine. Apress. https://doi.org/10.1007/978-1-4302-1832-6_6

Download citation

Publish with us

Policies and ethics