From: Michael Neumann Date: 2007-10-30T00:35:31+09:00 Subject: Re: A memcached-like server in Ruby - feasible? Yohanes Santoso schrieb: > "Tom Machinski" writes: > >> Long term, my goal is to minimize the amount of queries that hit the >> database. Some of the queries are more complex than the relatively >> simple example I've given here. And I don't think I could optimize >> them much beyond 0.01 secs per query. >> >> I was hoping to alleviate with memcached_improved some of the pains >> associated with database scaling, e.g. building a replicating cluster >> etc. Basically what memcached does for you, except as demonstrated, >> memcached by itself seems insufficient for our needs. > > The other thing you can play with is using sqlite as the local (one > per app server) cache engine. With in-memory tables :) Regards, Michael