# SQL optimization

Employing the correct joins can enhance database performance, leading to reduced resource consumption, minimized processing time, and ultimately, a more sustainable system.

By crafting queries that make optimal use of joins, developers can avoid data redundancy, eliminate unnecessary processing, and ensure efficient data retrieval.

This streamlined approach aligns seamlessly with sustainable design principles, where resource efficiency and reduced strain on infrastructure are vital for long-term system viability.

A well-optimized **SQL** **schema** with appropriate joins contributes not only to faster response times and enhanced user experiences. But it also minimizes the system's energy requirements. Thus, investing in proper SQL optimization practices, specifically focusing on the judicious use of joins, is a pivotal step.

A pivotal step towards creating a software ecosystem that operates harmoniously with the ideals of environmental preservation and resource efficiency.


---

# 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.umbraco.com/sustainability-best-practices/backend/sql-optimization.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.
