Space Areas (SAP DB) 

Overview of the use of database space.

Data Area

This provides information about the current database fill level.

This area contains the following information:

Log Area

This provides information about the status of the database log and the number of savepoints and checkpoints written since the database was installed.

This area contains the following information:

If more than 60% is used, backup the log segments to free up space for additional transactions. To automate this process, activate automatic log backup.

Log mode

Explanation

Demo

When log reaches a certain size, log will be overwritten (not recommended for production systems).

Single

Log segments are backed up

Dual

Log segments are backed up and mirrored (recommended for production systems)

The reserved data area is used during a database restore for loading log entries. Besides this use, the area can only be used by temporary data pages.

Caches

Displays size of most important caches (data, converter, catalog, and rollback caches) as well as successful accesses and the cache hit rate for all caches. This provides you with an overview of the general cache efficiency on your database server. In a balanced system, the hit rate for the data and converter caches should be above 98%; for the catalog cache, above 90%. The lower the hit rate the less efficient the database system.