[ 源代码: kumofs ]
软件包:kumofs(0.4.13-5)
simple and fast distributed key-value store
Kumofs is a simple and fast distributed key-value store which can use a memcached client library to get, set, delete, or compare-and-swap values. Tokyo Cabinet serves as a high-performance back-end.
Main features of kumofs:
* data is partitioned and replicated over multiple servers; * performance on single node systems is comparable with memcached; * read and write performance improve when servers are added; * servers can be added, restarted, or removed on the fly with no configuration change; * automatic rebalancing is supported via a consistency control algorithm; * it provides a safe Compare-And-Swap operation; * the memcached protocol is supported.
Kumofs is used at Nico-Nico Douga, the most popular video sharing service in Japan.
其他与 kumofs 有关的软件包
|
|
|
|
-
- dep: adduser
- 添加、删除用户和组
-
- dep: debconf (>= 0.5)
- Debian 配置管理系统
- 或者 debconf-2.0
- 本虚包由这些包填实: cdebconf, cdebconf-udeb, debconf
-
- dep: libc6 (>= 2.4)
- Embedded GNU C Library: Shared libraries
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgcc1 (>= 1:4.1.1)
- GCC 支持库
-
- dep: libmsgpack3 (>= 0.5.1)
- binary-based efficient object serialization library
-
- dep: libmsgpackc2 (>= 0.5.1)
- binary-based efficient object serialization library
-
- dep: libssl1.0.0 (>= 1.0.0)
- SSL 共享库
-
- dep: libstdc++6 (>= 4.6)
- GNU 标准 C++ 库,第3版
-
- dep: libtokyocabinet9 (>= 1.4.47)
- Tokyo Cabinet 数据库的库文件[运行环境]
-
- dep: ruby
- Interpreter of object-oriented scripting language Ruby (default version)
同时作为一个虚包由这些包填实: ruby1.8 - 或者 ruby-interpreter
- 本虚包由这些包填实: ruby1.8, ruby1.9.1
-
- dep: ruby-msgpack
- Ruby library for MessagePack
-
- dep: zlib1g (>= 1:1.1.4)
- 压缩库 - 运行时