什么是键值存储器存储系统不是持久的,但可以存储超过1MB?

时间:2021-04-22 16:50:56

Basically, I want memcached that can store over 1MB.

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

2 个解决方案

#1


1  

The memcached wiki page on WhyNotMemcached suggests MogileFS as another distributed key/value storage technology that can store objects larger than 1MB.

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

#2


0  

Have you considered memcached?

你考虑过memcached吗?

What are your requirements? A very large object cache is better suited for things like varnish where latency isn't the most important part of the system memcached will happily store your 25MB objects, but it won't be noticeably faster than using something else since more time will be spent transferring the object than locating it.

你有什么要求?一个非常大的对象缓存更适合于诸如清漆之类的东西,其中延迟不是系统中最重要的部分,memcached将很乐意存储你的25MB对象,但它不会比使用其他东西快得多,因为会花更多的时间转移对象而不是定位它。

#1


1  

The memcached wiki page on WhyNotMemcached suggests MogileFS as another distributed key/value storage technology that can store objects larger than 1MB.

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

#2


0  

Have you considered memcached?

你考虑过memcached吗?

What are your requirements? A very large object cache is better suited for things like varnish where latency isn't the most important part of the system memcached will happily store your 25MB objects, but it won't be noticeably faster than using something else since more time will be spent transferring the object than locating it.

你有什么要求?一个非常大的对象缓存更适合于诸如清漆之类的东西,其中延迟不是系统中最重要的部分,memcached将很乐意存储你的25MB对象,但它不会比使用其他东西快得多,因为会花更多的时间转移对象而不是定位它。