FastObjects.NET(is an OODB from Versant) performence in Real Scenerios?

Posted by Lalit on Stack Overflow See other posts from Stack Overflow or by Lalit
Published on 2010-05-14T14:14:58Z Indexed on 2010/05/14 16:24 UTC
Read the original article Hit count: 113

Filed under:
|
|

FastObjects.NET Saves the whole class object(if marked with attribute Persistent) at once in file system(using serilization or similar technology).

They are promissing that it is even faster then normal SQL DB approach. My team also thought it is better and faster to save the whole object once instead of each field one by one.

Defination of their website:

FastObjects .NET 10.0 fully conforms to the Microsoft.NET 2.0 framework. Tightly integrated with Visual Studio 2005, it offers a developer-friendly, object-oriented alternative to a relational database for .NET persistence.

I want to have your experiences of using FastObjects in production scenerio? They are promising for Indexing/Transaction/clustoring/replication.

© Stack Overflow or respective owner

Related posts about database

Related posts about .NET