# Faire une maintenance

Faire une maintenance pour vous assurer que la base est optimale. L’action de maintenance ré optimise toute la structure de la base de données et utilise des statistiques pour améliorer les performances de parcours (les index).

<figure><img src="/files/7puxS9PtmXkDBQoHVnr4" alt=""><figcaption></figcaption></figure>

<p align="right"></p>

*Cf. Chapitre 4 Maintenance*

{% hint style="info" %}
Note : Vous pouvez également poser manuellement des index sur la base de données pour optimiser certains traitements mais attention les index accélèrent la recherche et ralentissent la création. Il ne faut donc pas en abuser.
{% endhint %}


---

# 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://doc.simax.fr/parametrage/optimisation-parametrage/faire-une-maintenance.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.
