Memcache

首页 标签 Memcache
# Memcache #
关注
1274内容
Memcache,Redis,MongoDB(数据缓存系统)方案对比与分析
一、问题:           数据库表数据量极大(千万条),要求让服务器更加快速地响应用户的需求。 二、解决方案:      1.通过高速服务器Cache缓存数据库数据      2.内存数据库   (这里仅从数据缓存方面考虑,当然,后期可以采用Hadoop+HBase+Hive等分布式存储分析平台) 三、主流解Cache和数据库对比:
Redis vs. Memcached: In-Memory Data Storage Systems
Redis and Memcached are both in-memory data storage systems. Memcached is a high-performance distributed memory cache service, and Redis is an open-source key-value store.
免费试用