Storage Report
-
The database storage report displays detailed information about the database's physical storage.
-
Go to Stats > Storage Report in the Studio.
Refresh the page to see the effect of Documents Compression and Database Compaction. -
In this page:
Database storage report
Storage Report
-
Go to Stats > Storage Report.
-
This is the database location on disk.
-
Database components:
-
Each rectangle is a database component.
The size of each rectangle is proportional to its storage size. -
To see storage details, hover over a section or see the detailed table below.
-
Click any rectangle to view its subdirectories' details.
-
-
Set documents compression:
- Click to configure documents compression from the Studio.
-
Compact database:
-
Click to compact the database on the local node the browser is opened on.
This will remove empty gaps on disk that still occupy space after deletes.
You can choose what should be compacted: documents and/or selected indexes. -
The compaction operation triggers documents compression on all existing documents in collections
that are configured for compression. See compaction triggers compression. -
Note: During this asynchronous operation the database will be offline.
-
The database can also be compacted from the Client API, see compact database operation.
-