[All]
JDataStore and disk space reuse.
By: Ben Matterson
Abstract: A transactional DataStore will not reuse disk spce until delete transactions are committed.
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.
Connect with Us