SimpleDBM

A free and open source relational database implemented in Java
Download

SimpleDBM Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Dibyendu Majumdar
  • Publisher web site:
  • http://www.simpledbm.org/
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 35 KB

SimpleDBM Tags


SimpleDBM Description

A free and open source relational database implemented in Java SimpleDBM is an open source and Java based transactional database engine. SimpleDBM has a very small footprint and can be embedded in the address space of an application. SimpleDBM provides a simple programming API, which can be learned very quickly. Here are some key features of "SimpleDBM": · Transactional - SimpleDBM fully supports ACID transactions. SimpleDBM uses a STEAL/NO-FORCE buffer management strategy for transactions. · Multi-threaded - SimpleDBM is multi-threaded and supports concurrent reads and writes of data. · Write Ahead Log - SimpleDBM uses a write ahead log to ensure transaction recovery in the event of system crashes. · Lock based concurrency - SimpleDBM uses shared, update and exclusive row locks to manage concurrency. · Multiple Isolation Levels - SimpleDBM supports read-committed, repeatable-read, and serializable isolation levels. · B-Tree Indexes - SimpleDBM implements B-plus Tree indexes, that fully support concurrent reads, inserts and deletes. SimpleDBM B-Trees continually re-balance themselves, and do not suffer from fragmentation. · Tables - SimpleDBM supports tables, but for maximum flexibility, treats table rows as blobs of data. Table rows can have any internal structure as you like, and can span multiple disk pages. Standard table rows with multiple columns are supported via add-on modules. · Latches and Locks - SimpleDBM uses latches for internal consistency, and locks for concurrency. Latches are more efficient locking mechanisms that do not suffer from deadlocks. · Deadlock detection - SimpleDBM has support for deadlock detection. A background thread periodically checks the lock table for deadlocks and aborts transactions to resolve deadlocks.


SimpleDBM Related Software