Mongo::Commands::Compact
Rewrites and defragments all data and indexes in a collection. On WiredTiger databases, this command will release unneeded disk space to the operating system.
NOTE: for more details, please check the official MongoDB documentation.
Class methods
name
Source