Skip to Content
Using Google App Engine
book

Using Google App Engine

by Charles Severance
May 2009
Beginner to intermediate
272 pages
5h 59m
English
O'Reilly Media, Inc.
Content preview from Using Google App Engine

Chapter 11. Memory Cache

When Google examined the usability of the Google Search service, it found that one of the factors that most influences the usability of a web application is speed. Users prefer web applications that are faster to equivalent applications that are slower. Over the years, Google has learned how to make web applications run fast, even when millions of users are accessing those applications. One approach to increasing the speed of a web application is to use a distributed memory cache for storage, instead of retrieving commonly used data from disk.

When you put information into the Datastore, your information is stored permanently and is stored somewhere in the cloud on disks and backed up and maintained even when your application is not in use.

The memory cache is spread across the memory of all the instances of your application in the cloud (Figure 11-1). It is also possible to have dedicated memory cache servers. Because the memory cache is “temporary,” it does not have to be stored on disk or backed up. This makes the memory cache much faster then the Datastore.

The memory cache and Datastore
Figure 11-1. The memory cache and Datastore

The memory cache is based on a product called “memcached,” which provides a high-speed distributed cache in a number of languages. The memcached software uses the network to keep all of the copies of the data in sync. When the data is updated in one of the servers, ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Mastering Google App Engine

Mastering Google App Engine

Mohsin Shafique

Publisher Resources

ISBN: 9780596802462Errata Page