durusmail: durus-users: OODB vs SQL
OODB basics
2005-10-08
Oleg Broytmann
2005-10-09
David Binger
2005-10-09
David Binger
2005-10-09
Oleg Broytmann
2005-10-09
David Binger
2005-10-09
Oleg Broytmann
2005-10-09
Oleg Broytmann
2005-10-09
mario ruggier
2005-10-09
David Binger
2005-10-09
David Binger
2005-10-11
mario ruggier
2005-10-12
Matthew Scott
Re: OODB basics
2005-10-11
Michael Watkins
OODB vs SQL
2005-10-09
Oleg Broytmann
2005-10-09
Oleg Broytmann
2005-10-09
Oleg Broytmann
Re: OODB vs SQL
2005-10-10
Michael Watkins
Re: OODB vs SQL
2005-10-10
Michael Watkins
OT: Durus
2005-10-13
Oleg Broytmann
2005-10-13
David Binger
2005-10-13
Oleg Broytmann
2005-10-09
John Miller
2005-10-09
David Binger
2005-10-09
Oleg Broytmann
2005-10-10
David Binger
2005-10-11
mario ruggier
2005-10-11
A.M. Kuchling
2005-10-11
Roger E. Masse
2005-10-11
Roger E. Masse
Re: OODB vs SQL
2005-10-11
Michael Watkins
2005-10-11
Michael Watkins
2005-10-11
David Binger
2005-10-12
Michael Watkins
2005-10-12
mario ruggier
2005-10-12
Michael Watkins
Demo application [was: Re: [Durus-users] Re: OODB vs SQL]
2005-10-13
mario ruggier
Re: OODB vs SQL
2005-10-11
Michael Watkins
Durus basics
2005-10-09
Oleg Broytmann
2005-10-09
David Binger
2005-10-10
Oleg Broytmann
2005-10-10
David Binger
2005-10-10
Oleg Broytmann
2005-10-13
Oleg Broytmann
2005-10-13
David Binger
2005-10-13
Oleg Broytmann
2005-10-13
mario ruggier
Re: OODB basics
2005-10-13
Oleg Broytmann
OODB vs SQL
Rodrigo Dias Arruda Senra
On Sun, 9 Oct 2005 14:36:03 -0400
David Binger  wrote:

> C.J. Date's "Database In Depth" gives an interesting description of
> the relational model and how SQL falls short of the ideal.
> Although he mocks OODBs, I still liked his book.
>
> > OODB advantage: there is no impedance mismatch between the OODB and
> > the  programming language - the OODB stores language objects.

I wonder if C.J.Date mentioned anything about databases for storing
large dense graphs in that book ? I suspect this is an area where OODB
would be more suitable than Relational DBs.

Just to give an example, the Brazilian Government is sponsoring a project
to build an AI system to double-check tax declarations. We are talking about
200 million people. One of this project goals is to examine the relationship
graph (family, employment, etc) trying to detect fraud. Even though that can be
modelled in a Relational DB, I'll investigate if an OODB with an appropriate
storage would give better performance. My instinct says yes.

By the way, I helped another federal project to build a Python desktop app to
record info from more than 150.000 public schools. While working off-line,
such app used Twisted + **Durus**. But unfortunately, due to the rampant
corruption
unveiled recently, the project is in the freezer. If it ever gets out I'll let
you know.

Congratulations on this wonderful work, and thanks for releasing it.

Best regards,
Rod Senra

rsenra __at__ acm.org
http://www.rodrigo.senra.nom.br

reply