you forgot the first paragraph

What is Memcached?

Free & open source, high-performance, distributed memory object
>>caching system<<, generic in nature, but intended for use in
speeding up dynamic web applications by alleviating database load.

for database (nosql) you should use this:
http://memcachedb.org/
or this
http://www.couchbase.org/membase

some ports/patchs allow others sql databases to use nosql memcache
protocol to get information about database check innodb-memcache and
nbd-memcache from mysql database

2011/7/11 Gabriel Sosa <[email protected]>
>
> wait wait wait...
>
> from memcached.org
>
> "Memcached is an in-memory key-value store for small chunks of
> arbitrary data (strings, objects) from results of database calls, API
> calls, or page rendering."
>
> I think caching is a particular use of memcache. In my case I usually
> use it as a set of counters where you can do atomic operations.
>
> saludos.
>
> On Mon, Jul 11, 2011 at 8:43 PM, Roberto Spadim <[email protected]> wrote:
> > hum... it´s no a key-value store
> > it´s a cache
> > if you want a nonsql database, check membase, or memcachedb
> >
> > 2011/7/11 Rishi <[email protected]>
> >>
> >> Hi,
> >>
> >> I am a PhD student and currently doing research on key-value stores
> >> particularly memcached, with key focus on characterizing performance
> >> in case of load spikes. For data analysis, I am looking for realistic
> >> traces of memcached operations.
> >>
> >> I was wondering if anyone is aware of any repository of such publicly
> >> available traces?
> >>
> >>
> >>
> >>
> >> -
> >> Rishi
> >>
> >>
> >
> >
> >
> > --
> > Roberto Spadim
> > Spadim Technology / SPAEmpresarial
> >
>
>
>
> --
> Gabriel Sosa
> Si buscas resultados distintos, no hagas siempre lo mismo. - Einstein



--
Roberto Spadim
Spadim Technology / SPAEmpresarial

Reply via email to