Skip to content

Commit

Permalink
Removed search & file-attachments from the platform intro
Browse files Browse the repository at this point in the history
  • Loading branch information
tsg committed Oct 15, 2024
1 parent 8b4e709 commit 8975d5e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions 010-Getting-started/010-what-is-xata.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down

0 comments on commit 8975d5e

Please sign in to comment.