Re: Flamewar object databases vs. relational databases

From: Marten Feldtmann <marten_at_toppoint.de>
Date: Mon, 04 Jun 2001 18:29:21 +0100
Message-ID: <3B1BC571.5B2A6508_at_toppoint.de>


Carl Rosenberger schrieb:
>
> Conversion of data to and from relational databases is a common issue for
> problems with:
> - dates
> - rounding floating point numbers
> - rounding currency
> - different character encodings
> - null values

 Hmm, Carl there are OO-databases out there, who gives you the chance (name it feature) to define your own low-level-storage design (in "prewrite" and "postread" methods) to improve speed. Even in this "totally" OO-environments (Smalltal and Versant) you may change the conversions of object representation to persistent representation.

 This may also be a need for multiple-language OO solutions ...

 Actually this is nothing more or less than changing the design of your table ....

 Marten Received on Mon Jun 04 2001 - 19:29:21 CEST

Original text of this message