On Friday, September 21, 2012 9:42:20 AM UTC-7, Ed Hickey wrote:
>
> Thanks very much.  You will have to forgive the word "store".
>
> On Friday, September 21, 2012 10:48:47 AM UTC-4, Ed Hickey wrote:
>>
>> The write up on the main page describes "small" chunks of data.
>>
>> Does anyone have an idea of how much data can be practically stored in 
>> memcached?  We are looking at upwards of several millions rows of small 
>> data (store/product/price).
>>
>> Are we better off with an in-memory database instead?
>>
>> Your thoughts?
>>
>
memcacheDB exists for people who want to persistently store things with 
memcache. An "in-memory database" would have the same limits as memcached - 
both are limited to the size of physical RAM. memcacheDB uses an actual 
disk-backed database, so it has no such size limits. memcacheDB using 
OpenLDAP's MDB database uses a memory-mapped database - it is as fast as an 
in-memory database, but is not limited to the size of physical memory.

Some useful reading:
http://memcachedb.org/
http://highlandsun.com/hyc/mdb/
https://groups.google.com/d/msg/memcached/dxU8iO27ce4/c7YEBegnAlMJ

Reply via email to