Return-Path: X-Original-To: apmail-directory-commits-archive@www.apache.org Delivered-To: apmail-directory-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6318410970 for ; Mon, 19 Aug 2013 13:58:56 +0000 (UTC) Received: (qmail 20614 invoked by uid 500); 19 Aug 2013 13:58:56 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 20576 invoked by uid 500); 19 Aug 2013 13:58:56 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 20565 invoked by uid 99); 19 Aug 2013 13:58:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Aug 2013 13:58:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Aug 2013 13:58:52 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id AB66C23889E0 for ; Mon, 19 Aug 2013 13:58:31 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r875309 - in /websites/staging/directory/trunk/content: ./ mavibot/index.html Date: Mon, 19 Aug 2013 13:58:31 -0000 To: commits@directory.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130819135831.AB66C23889E0@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Mon Aug 19 13:58:31 2013 New Revision: 875309 Log: Staging update by buildbot for directory Modified: websites/staging/directory/trunk/content/ (props changed) websites/staging/directory/trunk/content/mavibot/index.html Propchange: websites/staging/directory/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Mon Aug 19 13:58:31 2013 @@ -1 +1 @@ -1515422 +1515424 Modified: websites/staging/directory/trunk/content/mavibot/index.html ============================================================================== --- websites/staging/directory/trunk/content/mavibot/index.html (original) +++ websites/staging/directory/trunk/content/mavibot/index.html Mon Aug 19 13:58:31 2013 @@ -126,20 +126,35 @@

Apache Mavibot™

Mavibot is a Multi Version Concurrency Control (MVCC) BTree in Java. It is expected to be a replacement for JDBM (The current backend for the Apache Directory Server), but could be a good fit for any other project in need of a Java MVCC BTree implementation.

-

News

-

Apache Mavibot 1.0.0-M1 released posted on August 6th, 2013

-

The Apache Directory team is pleased to announce the release of Apache Mavibot 1.0.0-M1, the first milestone towards a 1.0 version.

-

Mavibot is a Multi Version Concurrency Control (MVCC) BTree in Java. It is expected to be a replacement for JDBM (The current backend for the Apache Directory Server), but could be a good fit for any other project in need of a Java MVCC BTree implementation.

-

This milestone is the first step toward a complete MVCC implementation, it currently does not handle versions at all. Anyway, it's already a in memory/On disk full BTree implementation, which is 2 to 3 times faster than JDBM.

-

The next milestones will add the missing features : +

+ +# News + +## Apache Mavibot 1.0.0-M1 released _posted on August 6th, 2013_ + +The Apache Directory team is pleased to announce the release of Apache Mavibot 1.0.0-M1, the first milestone towards a 1.0 version. + +**Mavibot** is a Multi Version Concurrency Control (MVCC) BTree in Java. It is expected to be a replacement for JDBM (The current backend for the Apache Directory Server), but could be a good fit for any other project in need of a Java MVCC BTree implementation. + +This milestone is the first step toward a complete MVCC implementation, it currently does not handle versions at all. Anyway, it's already a in memory/On disk full BTree implementation, which is 2 to 3 times faster than JDBM. + +The next milestones will add the missing features : - bulk load support - multi-version support with free pages management -- transaction support

-

ApacheDS has already been tested with Mavibot 1.0.-M1-SNAPSHOT, and it offers pretty good performances compared to JDBM, except when we inject a lot of entries in the server.

-

Downloads are available here

-

Apache Mavibot added to Apache Directory project posted on August 6th, 2013

-

We are pround to announce that after less than one year of development in Apache Directory Labs, the Mavibot project has been accepted as a Apache Directory subproject.

-

The project is still in its infancy, and anyone willing to participate in the effort is very welcome !

+- transaction support + +ApacheDS has already been tested with Mavibot 1.0.-M1-SNAPSHOT, and it offers pretty good performances compared to JDBM, except when we inject a lot of entries in the server. + +Downloads are available [here](downloads.html) + + +## Apache Mavibot added to Apache Directory project _posted on August 6th, 2013_ + +We are pround to announce that after less than one year of development in Apache Directory Labs, the Mavibot project has been accepted as a Apache Directory subproject. + +The project is still in its infancy, and anyone willing to participate in the effort is very welcome ! + +