SimpleDBM

SimpleDBM project's goal is to build a Relational Database Manager in Java.
Download

SimpleDBM Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Dibyendu Majumdar
  • Publisher web site:
  • http://www.mazumdar.demon.co.uk/DM1-Thread-Library-TOC.html

SimpleDBM Tags


SimpleDBM Description

SimpleDBM project's goal is to build a Relational Database Manager in Java. SimpleDBM project's goal is to build a Relational Database Manager in Java. The planned features include support for:TransactionsWrite Ahead LogMultiple Isolation LevelsBTree IndexesEntry Level SQL-92System CatalogsA distinguishing feature of the project is that the DBMS is being built in a modular fashion. The aim is ensure that each module is usable on its own ; for example, the Lock Manager or the Log Manager modules can be used on their own even if the rest of the system is not of interest.There will be two major sub-systems in the dbms backend. The Data Manager subsystem is named RSS, and is responsible for implementing transactions, locking, tuple management, and index management. This sub-system is currently under development.The second major sub-system will be called SQL Manager. Its job will be to parse SQL statements, produce optimum execution plans, and execute the SQL statements. Development of this sub-system is expected to start sometime in 2006.SimpleDBM is being built in Java 5.0 and will use new features such as java.util.concurrent package and Generics available in this version of Java. SimpleDBM will not be compatible with previous versions of Java.What's New in 1.0.8 Beta Development Release:· This release includes a simple type-system implementation and a high level database API that makes it much easier to work with tables and indexes.· Several critical bugs have been fixed. What's New in This Release: · This release implements table drop functionality and many bugfixes.


SimpleDBM Related Software