# Information Schema

The `information_schema` is a standard-compliant database available in every MariaDB instance, providing metadata about all other databases, tables, columns, and server-level objects.

{% columns %}
{% column %}
{% content-ref url="/pages/CvuZcJ4Tx283ddjPkoEj" %}
[Information Schema Tables](/docs/server/reference/system-tables/information-schema/information-schema-tables.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
Provides a comprehensive list of all tables available within the `information_schema`, including their purpose and the metadata they provide.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
{% content-ref url="/pages/8J3NQ1UreSSlst2Hgks3" %}
[TIME\_MS column in INFORMATION\_SCHEMA.PROCESSLIST](/docs/server/reference/system-tables/information-schema/time_ms-column-in-information_schemaprocesslist.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
Details the `TIME_MS` column in the `INFORMATION_SCHEMA.PROCESSLIST` table, which provides high-resolution timing for active server processes.
{% endcolumn %}
{% endcolumns %}


---

# 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://mariadb.com/docs/server/reference/system-tables/information-schema.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.
