Compacting databases by loading the Compactor taskYou can load the Compactor task to compact databases as follows:Load Compact argumentswhere arguments are these optional arguments:-D discards any built view indexes in addition to compacting.-L allows users to continue to access databases during compacting. However, if a user updates a database during compacting, compacting of the database is aborted.-M sets a maximum database size of 4GB in addition to compacting. -S value compacts all databases with the specified percentage value of unused space. For example, Load Compact -S 10 compacts all databases consisting of 10 percent or more unused space.-R compacts Release 3.x databases without changing their format to Release 4.x or reverts Release 4.x databases to Release 3.x format. Note You can specify a database as an optional argument to compact one database. If you don't use a database as an argument, compacting affects all databases on a server. For example, to revert a Release 4.x database called SALES.NSF to Release 3.x format, enterLoad Compact SALES.NSF -R