For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
In earlier versions of com.sleepycat.db.Database there was a method compact(...) which allowed to rebuild database tree and free some disk space.
com.sleepycat.db.Database
compact(...)
In the latest Java BerkleyDB this method disappeared. Is there a way to compact a database now?