# Information Schema Reference

Views in the information schema (Holds the information or metadata for all the databases in a cluster.) surface metadata about clusters and all the components within them. SingleStore supports the same `information_schema` views as MySQL, as well as a variety of additional views that are specific to SingleStore. The MySQL views are often useful, but it is important to note that some are included mostly for compatibility purposes, meaning that values for some columns may always be `NULL`.

Many of the information schema views have an `mv_` version, which is a view that aggregates over `lmv_` views that are generated independently on each leaf.

## In this section

* [Information Schema View List](https://docs.singlestore.com/db/v9.1/reference/information-schema-reference/information-schema-view-list.md)
* [Accessing the Information Schema](https://docs.singlestore.com/db/v9.1/reference/information-schema-reference/accessing-the-information-schema.md)
* [Examples](https://docs.singlestore.com/db/v9.1/reference/information-schema-reference/examples.md)
* [Backup and Restore](https://docs.singlestore.com/db/v9.1/reference/information-schema-reference/backup-and-restore.md)
* [Cluster Component](https://docs.singlestore.com/db/v9.1/reference/information-schema-reference/cluster-component.md)
* [Data Ingest](https://docs.singlestore.com/db/v9.1/reference/information-schema-reference/data-ingest.md)
* [Management](https://docs.singlestore.com/db/v9.1/reference/information-schema-reference/management.md)
* [Query Performance, Workload Management, and Statistics](https://docs.singlestore.com/db/v9.1/reference/information-schema-reference/query-performance-workload-management-and-statistics.md)
* [Replication Management](https://docs.singlestore.com/db/v9.1/reference/information-schema-reference/replication-management.md)
* [Resource and User Management](https://docs.singlestore.com/db/v9.1/reference/information-schema-reference/resource-and-user-management.md)
* [Segment, Column, and Merge Status](https://docs.singlestore.com/db/v9.1/reference/information-schema-reference/segment-column-and-merge-status.md)
* [Trace Events](https://docs.singlestore.com/db/v9.1/reference/information-schema-reference/trace-events.md)
* [Unlimited Storage](https://docs.singlestore.com/db/v9.1/reference/information-schema-reference/unlimited-storage.md)

***

Modified at: September 30, 2025

Source: [/db/v9.1/reference/information-schema-reference/](https://docs.singlestore.com/db/v9.1/reference/information-schema-reference/)

(An index of the documentation is available at /llms.txt)
