Skip to content

dindinw/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

Topics

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

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