ServerClientSessionCompact 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 override void Compact()
Public Overrides Sub Compact
public:
virtual void Compact() override
abstract Compact : unit -> unit
override Compact : unit -> unit
See Also