> For the complete documentation index, see [llms.txt](https://docs.videc.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videc.de/acron-9.3/en/ac_admin/acron_datenbank-engine.md).

# ACRON Database Engine

The ACRON Database Engine manages your plant data. It must run once for each plant on the ACRON Database Server and is responsible for the administration and organization of the ACRON database.

The ACRON Database Engine performs the following tasks:

* Continuous re-compression for fixed time range data
* Compression of variable time frames on request
* Reorganization and optimization of the database in terms of size and access speed
* Checking of hard disk space
* Deletion of temporary files and plant data beyond the archiving time limit.

#### Install the service from the command line:

`DBEngineService` \<Plant identification> `/I`

#### Remove the service from the command line:

`DBEngineService` \<Plant identification> `/U`

Note

The Database Engine can be caused to recalculate older data by changes in the following areas:

1. Provider History data
2. Provider Data transfer after network failure
3. ACRON Mirror / Data synchronization
4. Reporter Manual entries
5. Reporter Overwritten values
6. Designer Configuration / Events
7. Designer Configuration / Process variables
8. Designer Configuration Process connection / Modify external variables
9. Designer Plants / Options
10. Designer Plants / Database
11. Admin / Plant / Restore plant
12. Designer Plant / Configuration check
13. Designer Plant / Database / Check
14. Designer Plant / Recalculation / All compression data
15. Designer Plant / Recalculation / Selected compression data...
16. Designer Plant / Recalculation / All events
17. Designer Plant / Recalculation / Selected events...


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.videc.de/acron-9.3/en/ac_admin/acron_datenbank-engine.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.
