Re: [Monetdb-developers] Object persistence using MonetDB

Thank you for the information. So, does that mean that you generally do not recommend the use of MonetDB beyond the realms of
datawarehouses, information retrieval, and data mining ?
http://sourceforge.net/forum/forum.php?forum_id=584739 What I would like to do is to create a persistence engine for a Prolog like language which has a type system. Which means that data is to be stored in tuples. To experiment with MAL, I would have to use the MapiClient, right? I think I will try to play with it. Thank you Kambiz ----- Original Message ----- From: "Martin Kersten" <Martin.Kersten@cwi.nl> To: darabi@web.de, monetdb-developers-bounces@lists.sourceforge.net Sent: Mittwoch, 10. Oktober 2007 11.01 Uhr (GMT+0100) Europe/Berlin Subject: Re: [Monetdb-developers] Object persistence using MonetDB darabi@web.de wrote:
Hello, thank you for your interest in the MonetDB software.
Between 1995 and 2003 MonetDB was used in the company Data Distilleries (now part of SPSS) where the interaction between application and DBMS was based on persistent objects. However, the thrust of the development is not on individual object access, but bulk processing as it emerges from datawarehouses, information retrieval, and data mining.
There are (have been) attempts to hook up Hibernate and MonetDB. I don't know their status. If ultra-high performance is your target, I question if a DBMS is the right way to go. However, I also think that most o-o applications might better benefit from relational view on data. regards, Martin
Thank you very much for your help.
Kambiz Darabi

darabi@web.de wrote:
No not at all, but you should not expect wonders. traction.
Prolog resolution engine is tuple based. Depending on the interaction method, you may well benefit from its binary table approach, but this should be done on top of the Prolog execution model. Backtracking over individual elements stored in MonetDB is not a good idea. Think about how to exploit the bulk processing power in you algorithms.
To experiment with MAL, I would have to use the MapiClient, right? I think I will try to play with it.
Good. Please keep us posted on progress.
participants (2)
-
darabi@web.de
-
Martin Kersten