Path to this page:
./
wip/sophia,
Modern embeddable key-value database
Branch: CURRENT,
Version: 2.2,
Package name: sophia-2.2,
Maintainer: charlotteSophia is a modern embeddable key-value database.
It has unique architecture that was created as a result of research and
reconsideration primary algorithmic constraints of Log-file based data
structures, such as LSM-tree. (see architecture)
Sophia is designed for fast write (append-only) and read (range
query-optimized, adaptive architecture) small to medium-sized key-values.
BSD licensed and implemented as small C-written library with zero
dependencies.
Required to build:[
pkgtools/cwrappers]
Master sites:
RMD160: 1d529900f8083288c9248f3799e29d7cbb3e5634
Filesize: 334.638 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2021-05-12) Updated to version: sophia-2.2
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
CVS history: (Expand)
2015-06-30 04:29:52 by Christian Koch | Files touched by this commit (1) |
Log message:
sophia: Update maintainer email address.
|
2015-06-21 22:43:50 by Christian Koch | Files touched by this commit (4) |
Log message:
Import sophia-1.2.2 as wip/sophia.
Sophia is a modern embeddable key-value database.
It has unique architecture that was created as a result of research and
reconsideration primary algorithmic constraints of Log-file based data
structures, such as LSM-tree. (see architecture)
Sophia is designed for fast write (append-only) and read (range
query-optimized, adaptive architecture) small to medium-sized key-values.
BSD licensed and implemented as small C-written library with zero
dependencies.
|