Databases - Elasticache Flashcards

1
Q

Elasticache can be used for

A

improving application performance/latency/throughput for many read-heavy apps by storing critical pieces of data in memory for low-latency access (social networking, gaming, media sharing, Q/A portals)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Memcached

A

memory object caching system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Redis

A

open source in-memory key-value store that support data structures such as sorted sets and lists.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Elasticache supports

A

Master/slave replication, multi-AZ

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

If a database is under a lot of stress, which service would you use?

A

Elasticache if read heavy and not prone to frequently changing

Redshift if reason for stress is OLAP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly