# Top Tables

{% hint style="info" %}
By default, Datasentinel deactivates collection for PostgreSQL instances with over 1000 tables. You have the flexibility to control this collection behavior by adjusting the limit number.
{% endhint %}

## Table Dimensions

Finely analyze your tables among the following dimensions:

* Tuples
* Size
* Sequential scans
* Index scans
* Seq. scans rows fetched
* Index scans rows fetched
* Heap buffer blocks hit
* Heap disk blocks read
* Index disk blocks read
* Index buffer blocks hit
* Inserts
* HOT updates
* Updates
* Deletes
* Dead tuples
* Live tuples
* Tuples modified since analyze
* Frozen xid
* Age frozen xid
* TOAST buffer blocks hit
* TOAST disk blocks read
* TOAST buffer index blocks hit
* TOAST disk index blocks read

{% hint style="info" %}
Explore deeper by drilling down into a chosen table to access both historical and index statistics.
{% endhint %}

## Interactive Demo

{% @arcade/embed flowId="XwprtTjtSWzXl3gk1iwY" url="<https://app.arcade.software/share/XwprtTjtSWzXl3gk1iwY>" %}

## Index Dimensions

Finely analyze your indexes among the following dimensions

* Index scans
* Index buffer blocks hit
* Index disk blocks read
* Index scans rows fetched
* Index scans rows read
* Size
* Drill-down into a selected index to view its historical statistics.

{% hint style="info" %}
Within the dashboard, three small charts are prominently displayed, allowing you to select [Cluster or System Metrics](https://docs.datasentinel.io/manual/features/key-features/cluster-and-system-metrics) for correlation. Refer to [Metric Correlation](https://docs.datasentinel.io/manual/features/tips-and-hints/metric-correlation) section for more details
{% endhint %}

{% content-ref url="../tips-and-hints/metric-correlation" %}
[metric-correlation](https://docs.datasentinel.io/manual/features/tips-and-hints/metric-correlation)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.datasentinel.io/manual/features/key-features/top-tables.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
