Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 999 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 999 Bytes

ZooDB Server B-Tree

ZooDB logo

This repository provides an alternative implementation of the server side B-Tree index. It requires less space by using prefix sharing and scales better with large databases.

It was originally implemented by Jonas Nick and Bogdan Vancea.

This project is currently licensed under GPLv3 (GNU Public License), see file COPYING.

Copyright Jonas Nick, Bogdan Vancea and Tilmann Zäschke.

Dependencies

  • ZooDB 0.5.1
  • JDO 3.1 (Java Data Objects):
  • JTA (Java Transaction API):
  • JUnit (currently use 4.12, but should work with newer and older versions as well):
  • Java 8
  • SLF4J (Logging API)

Contact

zoodb(AT)gmx(DOT)de