Re: How do you think about OODBMS in .NET system?
From: Alfredo (alfredo_at_nospam.es)
Date: 05/02/04
- Next message: Lloyd Dupont: "atomic operation"
- Previous message: Joerg Jooss: "Re: Architecture for WinForms and WebForms"
- In reply to: FU.U.NA: "How do you think about OODBMS in .NET system?"
- Next in thread: F176: "Re: How do you think about OODBMS in .NET system?"
- Reply: F176: "Re: How do you think about OODBMS in .NET system?"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 02 May 2004 23:58:20 GMT
On 30 Apr 2004 13:27:06 -0700, drawtree@hotmail.com (FU.U.NA) wrote:
>I was finding a simple way to save objective and relational data.
>I guessed about SQL Server, but it's too complex and needs more codes
>about non-logic.
And it is not relational, unfortunately.
>My data is a game design data, so it is complex model and needs
>hierarchy. And also, it contains big (1024x1024) bitmap image data. As
>you know, in RDBMS making hierarchy data is most hard work.
It is not, but in SQL DBMS it is.
>I don't know well, I thought OODBMS is just a memory object model that
>can be stored, and some management system.
OODBMS is a return to the Network DBMS with some OO features. A
backward step and a resounding market failure in the 90's.
The market share of OODBMS is in continuous decrease.
>So I thought .NET basic object system + .NET serialization + some
>custom manager object will work like OODBMS.
It could be enough for what you want.
>But as I experienced, .NET serialization was so slow without any
>specific reason. Especially for complex hierarchy model.
But it is very easy to create your own serialization classes. .NET
serialization is also terribly ineficient with disk space even if you
use the binary format.
>How do you think about OODBMS in .NET system?
It could be useful for some very special circumstances while we wait
for a truly RDBMS.
>Is there good solution about this?
Not yet :(
Regards
Alfredo
- Next message: Lloyd Dupont: "atomic operation"
- Previous message: Joerg Jooss: "Re: Architecture for WinForms and WebForms"
- In reply to: FU.U.NA: "How do you think about OODBMS in .NET system?"
- Next in thread: F176: "Re: How do you think about OODBMS in .NET system?"
- Reply: F176: "Re: How do you think about OODBMS in .NET system?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|