memcached 与其他分布式缓存有何不同?
内存缓存(在设计/架构/性能方面)与其他内存中分布式缓存有何不同?
谢谢 纳雷什
How is memcaches different (in terms of design/architecture/performance) from other in-memory distributed caches?
Thanks
Naresh
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你的问题太笼统,没有具体的正确答案。 Memchaced 是分布式数据库之一,您可以在此处找到架构概述。。其他人具有类似的架构,有时服务器也可以相互通信。它们都是实现细节,并且通常按问题域划分。但最根本的是,它们都是分布式键值存储。
Yours is too generic a question with no concrete correct answer. Memchaced is one of the distributed databases and you can find the architecture overview here.. Others have similar architecture and sometimes servers can talk to each other too They are all implementation details and often gone by problem domain. But the underlying thing mostly is, they all are distributed key-value stores.