SessionBaseCompact Method |
Reduce size of databases, if possible, by first attempting to relocate pages to free areas towards the beginning of each
Database file and then by truncating files where unused space begins.
Run Compact() outside the scope of any transaction.
Namespace:
VelocityDb.Session
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public virtual void Compact()
Public Overridable Sub Compact
public:
virtual void Compact()
abstract Compact : unit -> unit
override Compact : unit -> unit
See Also