# DotScan Data Warehouse (DW)

DW are central repositories of integrated data from one or more disparate data sources.

Extract, transform, load (ETL) and extract, load, transform (ELT) are the two main approaches used to build a data warehouse system.

What are the benefits of using DW?

* Informed decision making
* Consolidated data from many sources
* Historical data analysis
* Data quality, consistency, and accuracy

Separation of analytics processing from transactional databases, which improves performance of both systems

<br>

Data mining is the process of finding anomalies, patterns and correlations within large data sets to predict outcomes involving methods at intersection of machine learning, statistics and database system. Data mining has improved business decision marking through insightful data analyses.


---

# 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://whitepaper.dotscan.com/how-it-work/dotscan-data-warehouse-dw.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.
