# ClickHouse Metadata Extracted

#### Metadata pulled <a href="#metadata-pulled" id="metadata-pulled"></a>

Secoda pulls the following metadata from ClickHouse:

* Tables
  * Name
  * Description
  * Schema
  * Database
  * External Usage (Popularity)
  * External Updated At
  * Byte Size
  * Rows
* Views
  * Name
  * Description
  * Schema
  * Database
  * External Usage (Popularity)
  * External Updated At
* Columns
  * Name
  * Description
  * Type
  * Foreign Key
  * Primary Key
* Column Profile
  * Min
  * Max
  * Median
  * STD Deviation
  * Value Distribution
  * Statistic Value Count
  * Percent Filled
  * Unique
* Creation Query
* Query History
  * SQL
  * User
  * Frequency
* Lineage
  * ClickHouse Column <-> ClickHouse Column
  * ClickHouse View <-> ClickHouse View
  * ClickHouse Table <-> ClickHouse Table
  * ClickHouse Table <-> ClickHouse View
  * ClickHouse Table <-> Dashboards from other sources
  * ClickHouse Table <-> Tables from other sources
  * ClickHouse Table, Views <-> Jobs from other sources
* Preview of first 50 rows (Optional)


---

# 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.secoda.co/integrations/data-warehouses/clickhouse/clickhouse-metadata-extracted.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.
