Re: Caching over 1MB

2008-12-07 Thread David Cramer
Oh no, now I'm going to get more emails saying the code needs updated :) There is a concept in the orm cache that splits it though, so you can probably use that idea. On Dec 7, 10:04 am, "Jeremy Dunck" <[EMAIL PROTECTED]> wrote: > On Sun, Dec 7, 2008 at 8:55 AM, Calvin Spealman <[EMAIL PROTECTED

Re: Caching over 1MB

2008-12-07 Thread Jeremy Dunck
On Sun, Dec 7, 2008 at 8:55 AM, Calvin Spealman <[EMAIL PROTECTED]> wrote: > > Using the caching api backed by memcache, i started hitting the 1MB > object size limit of memcache and I was thinking of a way around it by > storing a list of keys to segments of the full object, each up to 1MB > each

Caching over 1MB

2008-12-07 Thread Calvin Spealman
Using the caching api backed by memcache, i started hitting the 1MB object size limit of memcache and I was thinking of a way around it by storing a list of keys to segments of the full object, each up to 1MB each. I figure this will raise the limit to 15GB and that had better be large enough for