Lesson 79 - Caching Topologies: Near Cache Hybrid

preview_player
Показать описание

Links from the video:

Apache Ignite:
Рекомендации по теме
Комментарии
Автор

Done thanks
2:00
Hybrid between having in memory cache and having a distributed cache (separate service for the cache)
Good choice is the cache is too large to keep all of it in memory of the application process, but we still want fast retrieval. We keep SOME of the cache in memory, while the separate service has the full cache.

3:00 not a replicated cache the in memory caches don’t talk to each other and will have data inconsistency

mostinho