diff --git a/010-Getting-started/010-what-is-xata.mdx b/010-Getting-started/010-what-is-xata.mdx index d9d644f4..759a91b1 100644 --- a/010-Getting-started/010-what-is-xata.mdx +++ b/010-Getting-started/010-what-is-xata.mdx @@ -14,9 +14,6 @@ On top of the usual Postgres functionality, Xata provides a set of features that - **Branching**: Create a new branch of your data to work on new features or experiments without affecting the main branch. The branching can also be used for tenant separation, allowing you to create a branch for each of your customers. - **[Zero-downtime schema migrations](/docs/getting-started/workflow)**: Make changes to your production database with zero-downtime, reversible schema migrations and data backfilling. This functionality is powered by our open-source project [pgroll](https://github.com/xataio/pgroll). - **Location independent branches**: Branches can be easily moved from one Postgres cluster to another. This allows for simple **major version upgrades** as well for easy experimentation with various deployment options. -- **[Full-text and vector search](/docs/sdk/search)**: Data is automatically replicated into a full-text search engine, making it easy to build search experiences, supporting fuzzy search, weights, and relevancy boosters. -- **[File attachments](/docs/sdk/file-attachments)**: Store and retrieve files up to 5GB, including images, videos, and audio files. The files are stored in object storage and automatically cached on a global CDN for fast delivery. From the application point of view, however, it's just another column in the database. Any images stored with - File Attachments can perform powerful at-will image transformations. ## Who is Xata built for?