Skip to content

tzaeschke/zoodb-server-btree

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published