Database layer

Applications share resources at the database layer, including disks, the transaction log, and data cache.

One database may have 231 (2,147,483,648) logical pages. These logical pages are divided among devices, up to the limit available on each device. Therefore, the maximum possible size of a database depends on the number and size of available devices.

“Overhead” is space reserved to the server, and is not available for any user database. The overhead is calculated by summing the:

At the database layer, issues that affect overhead include:

Address these issues by: