Database File Partitioning

The Jade database partitioning capability has been enhanced to allow files that contain multiple classes to be partitioned, with a goal to enable more-efficient bulk delete operations with a reduction in infrastructure and human resource costs.

The enhancements that allow for the partitioning of database files with multiple class maps includes the following changes.

Bulk removal of objects can now be achieved using the existing Jade Database Administration utility PurgePartition operation or the JadeDbFilePartition class purgeInstances method.

The underlying purge instances database operation is already optimized in that individual object deletions are not journalled, removing one of the main operational pain points.