Depending on the access patterns and such, it might also be worth looking into a persistent kv store like tokyotyrant, redis, etc...
On Friday, October 29, 2010, Sreejith S <[email protected]> wrote: > Thank u.. > I am planning to use MongoDb to store the matrix entries and for processing > take the entries from mongo DB to memcache... > Yea...i should increase my cache..cos its heavy data. > > Sreejith > > > On Fri, Oct 29, 2010 at 6:30 AM, PlumbersStock.com > <[email protected]> wrote: > > You can store them but it shouldn't be your only copy. I frequently > cache documents in memcache so I don't have to pull them off the > filesystem as often but I do store them in the filesystem. If using a > lot of memory you may have to increase the size of your cache. > -- awl
