Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

erthink/dbbench

 
 

Repository files navigation

DBbench - Embedded Database Benchmark

This is a rewrite of Google LevelDB's dbbench tool in C, and ported
to a wide variety of other embedded database engines. A framework has
been created to minimize the amount of code that must be written for
any particular DB engine. Adding support for a new engine just
requires writing a small C wrapper providing DB open, close, read,
and write routines, plus optional command line parameters as needed.



About

Embedded DB Benchmark Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 59.6%
  • C++ 32.5%
  • Go 5.3%
  • Makefile 2.6%