Please enable JavaScript.
Coggle requires JavaScript to display documents.
9.97: ElasticCache - Coggle Diagram
9.97: ElasticCache
Overview
-
-
Caches are in-memory DB with really high performance, low latency
-
-
AWS take care of OS maintenance/patching, optimizations, setup, configuration, monitoring, failure recovery and backup
-
-
-
-
Patterns
Lazy loading: all the read data is cached, data can become stale in cache
-
-
Usecase
-
-
Each time a new element added, it's ranked in real time, then added in correct order