Does memcachedb have the same 1MB size limit as memcached
18 views
Skip to first unread message
trung
unread,
May 27, 2009, 5:13:43 PM5/27/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to memcachedb
Hi,
Does anyone know if there is a size limit per value pair in
memcachedb?
I know for a fact that Memcached has a hard limit of 1MB. Since
Memcachedb is built on top of memcached, I'm afraid it might suffer
from the same size limit.
Thanks.
Steve Chu
unread,
May 27, 2009, 11:03:05 PM5/27/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to memca...@googlegroups.com
memcachedb does not have a limit on item size while memcached has a
limit due to the slabs limit. But we do not recommend you store large
size object(large than 1M) in memcachedb, if you care about
performance.