Article 516KZ LXer: An SRE's guide to Memcached for building scalable applications

LXer: An SRE's guide to Memcached for building scalable applications

by
LXer
from LinuxQuestions.org on (#516KZ)
Published at LXer:

Memcached is a general-purpose memory-caching system. This means it is designed to save (or cache) answers to questions that take a long time to compute or retrieve and are likely to be asked again. A common use case is to accelerate the use of a database: for example, if we expect to need the list of "names of all people who are on team X" repeatedly, we might put this data in Memcached rather than run a SQL query each time. (Note: Memcached is occasionally referred to as "memcache." We will stick to the full name throughout this article.)read more

Read More...latest?d=yIl2AUoC8zA latest?i=zOYSHjT95k4:RY8aV6XCJ5A:F7zBnMy latest?i=zOYSHjT95k4:RY8aV6XCJ5A:V_sGLiP latest?d=qj6IDK7rITs latest?i=zOYSHjT95k4:RY8aV6XCJ5A:gIN9vFwzOYSHjT95k4
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments