Amazon ElastiCache is a web service that makes it easy to deploy, operate, and scale an in-memory cache in the cloud. The service improves the performance of web applications by allowing you to retrieve information from a fast, managed, in-me... 続きを読む
HTTP Git Read-Only This URL has Read+Write access 続きを読む
A distributed key-value database for modern web applications.A distributed key-value database for modern web applications. Membase is an open-source (Apache 2.0 license) distributed, key-value database management system optimized for storing ... 続きを読む
erlangMemcached のベンチマークツールを公開しました。自作の KVS のパフォーマンス測定に使っていたものです。以下のように簡単にベンチマークがとれます。 $ mcbench -b 10000 -t 10 -n 1000 -s 127.0.0.1 -p 11211 -c get ==== mcbench started ===========... 続きを読む
It is a well-known fact that the bottlenecks of MySQL does not exist in its storage engines, but rather in the core, for example, its parser and execution planner. Last weekend I started to wonder how fast MySQL could be if those bottlenecks... 続きを読む
I wanted a simple command-line tool to be able to grab real-time stats from memcache (memcached, I know, I know), and output it in a view something like top. I couldn't find anything like it, so I wrote one myself in perl. When writing it, I ... 続きを読む
JSMemcached ClientThis project aims to create a feature complete JavaScript client for memcached that can be used over Jaxer. DependenciesJaxer SetupFirstly, include the script. <script type="text/javascript" src="path/to/jsMemcached.js" runa... 続きを読む
Why 5 of these aren’t suitable What I’m really looking for is a low latency, replicated, distributed key-value store. Something that scales well as you feed it more machines, and doesn’t require much setup or maintenance - it should just w... 続きを読む
Offical Homepage of MemcachedbMemcachedb is a distributed key-value storage system designed for persistent. It is NOT a cache solution, but a persistent storage engine for fast and reliable key-value based object storage and retrieval. It con... 続きを読む
Installation See: <http://memcachedb.org/memcacheq/INSTALL.html> Please take a look at 'ChangLog' file in the distribution, see what's new. Commands Only two commands are used to operate the queue: Append a message to the tail of queue: set <... 続きを読む
What is memcached? memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. Danga Interactive developed memcached ... 続きを読む