User Documentation
Auto Light Dark
Auto Light Dark

Table Size

The Table Size section shows how much data the Integration Cockpit stores in each database table.

Purpose: Identify which tables contain the most data and use the table and index sizes to understand database growth.

Navigate to Settings → Operations → Table Size.


Table Size Overview

image-20260903-093004.png
Table Size showing row counts and storage size per table

What you see:

  • Total – the number of tables listed

  • DB Size – the total size of the database

  • Search – filters the list by table name

  • A table with its Estimated Rows, Table Size and Index Size


Columns

Column

Content

Table Name

The database table

Estimated Rows

The database's estimated number of rows

Table Size

The storage used by the table data, excluding indexes

Index Size

The storage used by the table's indexes

DB Size is the size of the entire database and is therefore not the sum of the listed table sizes.

Estimated Rows is not an exact count. It is based on database statistics and can differ from the actual number of rows, especially after large imports or deletions.


Table Name and Estimated Rows can be sorted by clicking the column header.

image-20260903-095116.png

Search matches any part of the table name and is case-insensitive.


Understanding Database Growth

The tables that typically contain the most data are:

Tables

Content

btp_cloud_integration_messages, btp_cloud_integration_message_mapping_map_fields

Cloud Integration message data

pro_adapter_attributes, pro_mapping_parameters, pro_performance_data

Process Orchestration data

abap_soap_service_binding_properties, abap_xi_messages

Data collected from ABAP systems

task_runs

Task execution history

log_entries, log_records, log_record_attributes

System logs

metadata, inventories, properties, inventory_tags

Inventory data and attributes

Tables with 0 estimated rows can belong to platforms that are not connected in your landscape.

Index Size can be larger than Table Size. Consider both values when assessing which tables use the most database space.

The Integration Cockpit limits data growth through the Housekeeping data source. Its Update task removes old log entries, while its Runtime task aggregates traffic data.

If database tables continue to grow unexpectedly, check Settings → Operations → Job Monitor and verify that the Housekeeping tasks are running successfully.



Last Updated: September 3, 2026