Database object explorer
Under Data, the Materialize Console
provides a database object explorer.
![Materialize Console Database Object Explorer Image of the Materialize Console Database Object
Explorer](/docs/images/console/console-data-explorer.png)
When you select Data, the left panel collapses to reveal the database
object explorer.
You can inspect the objects in your databases by navigating to the object.
Object |
Available information |
Connections |
Details: The CREATE CONNECTION SQL statement. |
Indexes |
Details: The CREATE INDEX SQL statement.Workflow: Details about the index (e.g., status), freshness, upstream and downstream objects. Visualize: Dataflow visualization. |
Materialized Views |
Details: The CREATE MATERIALIZED VIEW SQL statement.Workflow: Details about the materialized view (e.g., status), freshness, upstream and downstream objects.Visualize: Dataflow visualization. |
Sinks |
Overview: View the sink metrics (e.g., messages/bytes produced) and details (e.g., Kafka topic).Details: The CREATE SINK SQL statement.Errors: Errors associated with the sink.Workflow: Details about the sink (e.g., status), freshness, upstream and downstream objects. |
Sources |
Overview: View the ingestion metrics (e.g., Ingestion lag, messages/bytes received, Ingestion rate), Memory/CPU/Disk usageDetails: The CREATE SOURCE SQL statement.Errors: Errors associated with the source.Subsources: List of associated subsources and their status.Workflow: Details about the source (e.g.,status), freshness, upstream and downstream objects.Indexes: Indexes on the source. |
Subsources |
Details: The CREATE SUBSOURCE SQL statement.Columns: Column details.Workflow: Details about the subsource (e.g.,status), freshness, upstream and downstream objects.Indexes: Indexes on the subsource. |
Tables |
Details: The CREATE TABLE SQL statement.Workflow: Details about the table (e.g., status), freshness, upstream and downstream objects.Columns: Column details.Indexes: Indexes on the table. |
Views |
Details: The CREATE VIEW SQL statement.Columns: Column details.Indexes: Indexes on the view. |
Sample source overview
![Source Overview for auction_house Image of the Source Overview for auction_house
index](/docs/images/console/console-data-explorer-source-overview.png)
Sample index workflow
![Index Workflow for wins_by_item index Image of the Index Workflow for wins_by_item
index](/docs/images/console/console-data-explorer-index-workflow.png)
Back to top ↑