Reader small image

You're reading from  AWS Certified Database – Specialty (DBS-C01) Certification Guide

Product typeBook
Published inMay 2022
PublisherPackt
ISBN-139781803243108
Edition1st Edition
Right arrow
Author (1)
Kate Gawron
Kate Gawron
author image
Kate Gawron

Kate Gawron is a full-time senior database consultant and part-time future racing driver. She was a competitor in Formula Woman, and she aspires to become a professional Gran Turismo (GT) racing driver. Away from the racetrack, Kate has worked with Oracle databases for 18 years and AWS for five years. She holds four AWS certifications, including the AWS Certified Database – Specialty certification as well as two professional Oracle qualifications. Kate currently works as a senior database architect, where she works with customers to migrate and refactor their databases to work optimally within the AWS cloud.
Read more about Kate Gawron

Right arrow

Redis versus Memcached

ElastiCache supports both Redis version 2.8 onward and Memcached 1.4 onward. These two database engines both support caching operations, but how they do that and what features they support differs. Let's start by looking at Redis.

Redis

Redis can be used as both a caching database and a non-durable data store due to its ability to store key-value pairs in a similar manner to other NoSQL databases. Redis also offers a wide range of features that NoSQL databases typically support, such as sharding, read replicas, and backups.

Read replicas are nodes that are only able to handle read operations. A primary node can handle both reads and writes. Redis uses a system called a shard, which contains one primary node and up to five read replicas. Redis can create up to 500 shards when running in cluster mode. In non-cluster mode (or with cluster mode disabled), Redis will create a single shard. The main benefit to running with cluster mode disabled is that...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
AWS Certified Database – Specialty (DBS-C01) Certification Guide
Published in: May 2022Publisher: PacktISBN-13: 9781803243108

Author (1)

author image
Kate Gawron

Kate Gawron is a full-time senior database consultant and part-time future racing driver. She was a competitor in Formula Woman, and she aspires to become a professional Gran Turismo (GT) racing driver. Away from the racetrack, Kate has worked with Oracle databases for 18 years and AWS for five years. She holds four AWS certifications, including the AWS Certified Database – Specialty certification as well as two professional Oracle qualifications. Kate currently works as a senior database architect, where she works with customers to migrate and refactor their databases to work optimally within the AWS cloud.
Read more about Kate Gawron