# Vitess - Scalable. Reliable. MySQL-compatible. Cloud-native. Database.

<https://vitess.io/>

![](/files/M7hBuY9L0rhuR3gXRz4p)

## Scalability

Vitess combines many important MySQL features with the scalability of a NoSQL database. Its built-in sharding features let you grow your database without adding sharding logic to your application.

## Performance

Vitess automatically rewrites queries that hurt database performance. It also uses caching mechanisms to mediate queries and prevent duplicate queries from simultaneously reaching your database. Performance is monitored through nightly [benchmarks](https://benchmark.vitess.io/).

## Manageability

Vitess automatically handles functions like failovers and backups. It uses a topology server to track and administer servers, letting your application be blissfully ignorant of database topology.

## Connection pooling

Vitess eliminates the high-memory overhead of MySQL connections. Vitess servers easily handle thousands of connections at once.

## Shard management

MySQL doesn't natively support sharding, but you will likely need it as your database grows. Vitess saves you from having to add sharding logic to your application. It also enables live resharding with minimal read-only downtime.

## Workflow

Vitess keeps track of all of the metadata about your cluster configuration so that the cluster view is always up-to-date and consistent for different clients.

Vitess is a [Cloud Native Computing Foundation](https://cncf.io/) graduated project


---

# 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://book.konstantinsecurity.com/readme/architect/db/vitess-scalable-reliable-mysql-compatible-cloud.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.
