Hi guys, we currently have a bulk loader facility which has been developped for the MaviborPartition. It's woking fine, but its really Apache Directory specific (ie, there is no way we can bulk load data which are not LDAP related in mavibot atm).
We need to move the part that bulk load a BTree to Mavibot, and call this function as many time as needed from the Mavibot Partition bulkloader (ie, for each index and the mastertable). That would make this feature available from any Mavibot user, regardless of Apache DS. The requirements for such a move are not that huge : we need to provide an iterator through the elements we want to bulkload, and obviously serializers and comparators for both the keys and values. I'll work on this move today, it should not take a lot of time, considering that Kiran already have implemented the logic in the mavibot partition bulkloader module.
