upscaledb favicon

upscaledb

Upscaledb is a software library that provides a high-performance embedded database for key/value data., It is written in C/C++ with API bindings for Java, Python, .NET, Erlang and other languages. Upscaledb databases have "types" (i.e. uint32, uint64, fixed length or variable length byte arrays). Upscaledb optimizes storage and algorithms for your specific data type, and can therefore offer optimal performance and low memory consumption. Upscaledb is not a relational database, but it has built-in functions for analytical queries (i.e. SUM, AVERAGE, COUNT) which are faster by an order of magnitude than similar functions of competing products.

GDBM

GDBM

GNU dbm (or GDBM, for short) is a library of database functions that use extensible hashing and work similar to the standard U ...

QDBM

QDBM

QDBM is a library of routines for managing a database. The database is a simple data file containing records, each is a pair o ...