> Explore Qdrant's agent skills catalog at https://skills.qdrant.tech/
> Search the documentation at https://skills.qdrant.tech/search?query=your+query+here
> Use this file to discover all available pages: https://qdrant.tech/llms.txt
# Optimization

These pages cover strategies and internal mechanisms for improving search performance, reducing memory usage, managing how Qdrant organizes data on disk, and troubleshooting read-write contention.

## Optimize Performance

[Optimize Performance](https://qdrant.tech/documentation/ops-optimization/optimize/index.md) walks through three main optimization scenarios — high-speed search, high-precision search, and low memory usage — and the configuration choices that achieve each one.

## Optimizer

[Optimizer](https://qdrant.tech/documentation/ops-optimization/optimizer/index.md) explains how Qdrant's background optimizer rebuilds segments to keep data structures efficient, including the vacuum, merge, and indexing stages and the thresholds that trigger them.

## Troubleshoot Read-Write Contention

[Troubleshoot Read-Write Contention](https://qdrant.tech/documentation/ops-optimization/read-write-contention/index.md) walks through a step-by-step set of configuration changes to reduce contention between the background optimizer and search queries under continuous write load.
