BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News Perst 3.0 Embedded Database Released

Perst 3.0 Embedded Database Released

This item in japanese

Bookmarks

McObject has released version 3.0 of its open source embedded database targeted at Java and .NET developers. As any other embedded database, Perst has no administration costs, but unlike other embedded databases, Perst stores the objects directly as Java or C# objects. That eliminates the need for conversions between internal representation of objects and Java/C# representations.

McObject boasts with a very small database engine core of about 5,000 lines, and the run-time needs between 30K and 300K of memory depending on access pattern. Perst works under Java SE, EE, and ME, and also under .NET including .NET Compact Framework. Other features are:

    • Garbage collection
    • Detection of hanging references
    • Automatic schema evolution
    • XML import/export utilities
    • Master-slave replication support
    • An SQL subset to filter elements of any collection
    • Integration with AspectJ and JAssist AOP tools

Perst 3.0 offers full text search, compressed objects under Java, and LINQ support under .NET. Besides Perst, McObject has a commercial version of the embedded database called eXtremeDB.

Rate this Article

Adoption
Style

Hello stranger!

You need to Register an InfoQ account or or login to post comments. But there's so much more behind being registered.

Get the most out of the InfoQ experience.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Community comments

  • Difference between Perst and eXtremeDB

    by Ted Kenney,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    Thanks for sharing the info about Perst. I just want to add a clarification.



    Perst and eXtremeDB are separate and different products -- eXtremeDB is not the commercial version of Perst.



    eXtremeDB is McObject's commercial embedded database system for use with C and C++. Perst is our open source, dual license embedded database for Java and .NET.



    Both are well worth checking out if you need a small-footprint, highly efficient, full-featured database system in these environments.



    Thanks.





    Ted

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

BT