What keeps the space from deleted tables and files in a JDataStore database from being reused?

Abstract: What keeps the space from deleted tables and files in a JDataStore database from being reused?

�If the DataStore is transactional, then the DataStoreConnection.commit() method or the java.sql.Connection.commit() method must be called before deleted streams from a transaction can have their space reclaimed.