【问题标题】:What is a key-value memory storage system that is not intended to be persistent, but can store over 1MB?什么是不打算持久化但可以存储超过 1MB 的键值对内存存储系统?
【发布时间】:2010-07-21 00:24:59
【问题描述】:

基本上,我想要可以存储超过 1MB 的 memcached。

【问题讨论】:

    标签: database linux unix memcached storage


    【解决方案1】:

    WhyNotMemcached 上的 memcached wiki 页面建议 MogileFS 作为另一种分布式键/值存储技术,可以存储大于 1MB 的对象。

    【讨论】:

      【解决方案2】:

      你考虑过memcached吗?

      您有什么要求?一个非常大的对象缓存更适合像清漆这样的东西,其中延迟不是系统中最重要的部分 memcached 会很高兴地存储你的 25MB 对象,但它不会比使用其他东西快得多,因为会花费更多时间转移对象而不是定位它。

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2021-06-24
        • 1970-01-01
        • 1970-01-01
        • 2018-12-16
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多