# Data Processing

{% hint style="info" %}

#### Overview&#x20;

You can extract meaningful insights and ensure the effective utilization of data with Data Catalog processing. The significant stages in the processing of data are:

1. **Metadata Ingest**
2. **Data Profiling** (for structured data) and **Data Discovery** (for unstructured data)
3. **Data Identification** for structured data, including delimited files
4. **Usage Statistics** for the Microsoft SQL and Oracle databases
5. **PII Detection**
   {% endhint %}

<figure><img src="/files/8UMEQi2wfeEtLUvqah2g" alt=""><figcaption><p>Processing the data</p></figcaption></figure>

***

1. Log into Data Catalog:

{% embed url="<https://pdc.pentaho.lab>" %}

Username: <james.lock@adventureworks.com>

Password: Welcome123!

2. Click: Management in the left navigation menu.

#### Process the Data

1. Select 'Data Canvas' from the left menu option.
2. Click the checkbox to select all the schemas.

<figure><img src="/files/ngyqJijcCBHL0CGyts6t" alt=""><figcaption><p>Process the schemas</p></figcaption></figure>

{% hint style="warning" %}
For optimal performance, keep your selection within a practical limit. Processing a very large number of tables, i.e. 100,000, can drastically reduce speed. The default settings on the Configure Data Profiling page generally fulfill most needs and are recommended.
{% endhint %}

4. Click 'Process'.

<figure><img src="/files/v4isRrsClZHruY5d3xul" alt=""><figcaption><p>Data Processing</p></figcaption></figure>

***


---

# 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://academy.pentaho.com/pentaho-data-catalog-en/data-catalog/data-processing.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.
