[ANN] Fast Java object database free for non-commercial

From: Carl Rosenberger <carl_at_db4o.com>
Date: Tue, 12 Dec 2000 19:35:22 +0100
Message-ID: <915r4f$8ls$04$1_at_news.t-online.com>


Hi all,

db4o is proud to announce the first full-featured beta version of "db4o - database for objects".

If you look at the JDBC overhead for storing data, it is obvious, that improvements are possible:

objects => strings => JDBC => transport layer => SQL parser => database engine memory => tables

We reduce to the necessary:

objects => byte arrays => storage medium

A benchmark for a comparison of db4o flat data performance against JDBC is included with the download.

Complex object structures are even more in our favour. How do you store ancestors in tables?
Why do strings need a fixed length?

Further strengths of db4o:
- 50k jar file, ideal for web redistribution and low-resource environments

  • compact database file
  • automatic object recognition
  • query-by-example interface
  • navigation by activating members

Learning db4o is very simple.
Take an hour to work through the 20 samples.

Try us,
any feedback would be greatly appreciated.

Regards,
Carl

---
Carl Rosenberger
db4o - database for objects - http://www.db4o.com
Received on Tue Dec 12 2000 - 19:35:22 CET

Original text of this message