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)
2
Q
Memcached
A
memory object caching system
3
Q
Redis
A
open source in-memory key-value store that support data structures such as sorted sets and lists.
4
Q
Elasticache supports
A
Master/slave replication, multi-AZ
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