Path to this page:
./
wip/kivaloo,
High-performance key-value storage
Branch: CURRENT,
Version: 1.2.0,
Package name: kivaloo-1.2.0,
Maintainer: pkgsrc-usersKivaloo (pronounced "kee-va-lieu") is a collection of utilities
which together form a data store associating keys of up to 255
bytes with values of up to 255 bytes. It was designed to satisfy
the needs of the Tarsnap online backup service for high-performance
key-value storage.
At present, kivaloo comprises a block store (lbs) providing
log-structured storage within a local filesystem; a key-value store
(kvlds) which manages a log-structured B+Tree and services requests
upon it from a single connection; and a request multiplexer (mux)
which accepts multiple connections and routes requests and responses
to and from a single "upstream" connection.
Master sites:
Filesize: 130.889 KB
Version history: (Expand)
- (2023-02-13) Package has been reborn
- (2021-11-16) Package added to pkgsrc.se, version kivaloo-1.2.0 (created)