pkgsrc-wip/sophia/DESCR
Christian Koch 465aeb5527 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.
2015-06-21 20:43:50 +00:00

11 lines
463 B
Text

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.